typo
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: nawaz@fast.au.fujitsu.com
Date: 2018-11-26T00:47:51Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/storage-file-layout.html
Description:
I think I found a typo in the manuals in the below sentence. I have
highlighted the correction within double quotes (") and UPPERCASE text. Does
it sound right ?
URL: https://www.postgresql.org/docs/11/storage-file-layout.html
Typo: A table that has columns with potentially large entries will have an
associated TOAST table, which is used for out-of-line storage of field
values that are too large to keep in the table rows proper
Correction: A table that has columns with potentially large entries will
have an associated TOAST table, which is used for out-of-line storage of
field values that are too large to keep in the table rows "PROPERLY".
Commits
-
Fix typo in documentation of toast storage
- efc9a3876ed9 9.4.21 landed
- 8331e578ba54 9.5.16 landed
- 0d5e2dd001e5 9.6.12 landed
- abcc9ceca611 10.7 landed
- b81bcd619105 11.2 landed
- 058ef3a1a846 12.0 landed