| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | nawaz(at)fast(dot)au(dot)fujitsu(dot)com |
| Subject: | typo |
| Date: | 2018-11-26 00:47:51 |
| Message-ID: | 154319327168.1315.1846953598601966513@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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".
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2018-11-26 06:56:43 | Re: typo |
| Previous Message | PG Doc comments form | 2018-11-23 11:16:37 | In unquoted identifiers, only single-byte characters are always folded to lower case |