Skip to content

Commit 0d5e2dd

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 239abff commit 0d5e2dd

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 proper.
234+
field values that are too large to keep in the table rows properly.
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)