summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-11-26 16:43:19 +0900
committerMichael Paquier <michael@paquier.xyz>2018-11-26 16:45:13 +0900
commit0aa7e38fb7d446e208a5c867ebbce2b490bf7f5b (patch)
treedffaa47b695f1b7a0b10e35da64629506ffdbbea
parentefc9a3876ed9e75641f3f0b24ae2857de4b2e71d (diff)
Revert "Fix typo in documentation of toast storage"
This reverts commit 058ef3a, per complains from Magnus Hagander and Vik Fearing.
-rw-r--r--doc/src/sgml/storage.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index cfba1264973..fb2b8b950d0 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -226,7 +226,7 @@ segments as well, though this is unlikely to happen in practice.
<para>
A table that has columns with potentially large entries will have an
associated <firstterm>TOAST</> table, which is used for out-of-line storage of
-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.
<structname>pg_class</>.<structfield>reltoastrelid</> links from a table to
its <acronym>TOAST</> table, if any.
See <xref linkend="storage-toast"> for more information.