Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 664f01b

Browse filesBrowse files
committed
Revert "Fix typo in documentation of toast storage"
This reverts commit 058ef3a, per complains from Magnus Hagander and Vik Fearing.
1 parent 058ef3a commit 664f01b
Copy full SHA for 664f01b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/storage.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/storage.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ segments as well, though this is unlikely to happen in practice.
237237
<para>
238238
A table that has columns with potentially large entries will have an
239239
associated <firstterm>TOAST</firstterm> table, which is used for out-of-line storage of
240-
field values that are too large to keep in the table rows properly.
240+
field values that are too large to keep in the table rows proper.
241241
<structname>pg_class</structname>.<structfield>reltoastrelid</structfield> links from a table to
242242
its <acronym>TOAST</acronym> table, if any.
243243
See <xref linkend="storage-toast"/> for more information.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.