We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058ef3a commit 664f01bCopy full SHA for 664f01b
doc/src/sgml/storage.sgml
@@ -237,7 +237,7 @@ segments as well, though this is unlikely to happen in practice.
237
<para>
238
A table that has columns with potentially large entries will have an
239
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.
+field values that are too large to keep in the table rows proper.
241
<structname>pg_class</structname>.<structfield>reltoastrelid</structfield> links from a table to
242
its <acronym>TOAST</acronym> table, if any.
243
See <xref linkend="storage-toast"/> for more information.
0 commit comments