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

Skip to content

Commit bd567b6

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 0d5e2dd commit bd567b6

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
@@ -231,7 +231,7 @@ segments as well, though this is unlikely to happen in practice.
231231
<para>
232232
A table that has columns with potentially large entries will have an
233233
associated <firstterm>TOAST</> table, which is used for out-of-line storage of
234-
field values that are too large to keep in the table rows properly.
234+
field values that are too large to keep in the table rows proper.
235235
<structname>pg_class</>.<structfield>reltoastrelid</> links from a table to
236236
its <acronym>TOAST</> table, if any.
237237
See <xref linkend="storage-toast"> for more information.

0 commit comments

Comments
 (0)