Re: typo

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: nawaz@fast.au.fujitsu.com, pgsql-docs@lists.postgresql.org
Date: 2018-11-26T06:56:43Z
Lists: pgsql-docs
On Mon, Nov 26, 2018 at 12:47:51AM +0000, PG Doc comments form wrote:
> 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".

Thanks, committed.  I have fixed the docs to reflect your suggestion.
--
Michael

Commits

  1. Fix typo in documentation of toast storage