Skip to content

Commit efc9a38

Browse files
committed
Fix typo in documentation of toast storage
Author: Nawaz Ahmed Discussion: https://postgr.es/m/154319327168.1315.1846953598601966513@wrigleys.postgresql.org
1 parent e5a6ae9 commit efc9a38

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

0 commit comments

Comments
 (0)