Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84ac4d7

Browse files
committed
Revert "Fix typo in documentation of toast storage"
This reverts commit 058ef3a, per complains from Magnus Hagander and Vik Fearing.
1 parent b81bcd6 commit 84ac4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/storage.sgml

Lines 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)