pgsql: doc: Mention that toast_tuple_target affects also column marked

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention that toast_tuple_target affects also column marked
Date: 2020-10-15 02:10:04
Message-ID: E1kSsiS-0005NY-1a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention that toast_tuple_target affects also column marked as Main.

Previously it was documented that toast_tuple_target affected column
marked as only External or Extended. But this description is not correct
and toast_tuple_target affects also column marked as Main.

Back-patch to v11 where toast_tuple_target reloption was introduced.

Author: Shinya Okano
Reviewed-by: Tatsuhito Kasahara, Fujii Masao
Discussion: https://postgr.es/m/93f46e311a67422e89e770d236059817@oss.nttdata.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cc1fc7b862a38c22f584acc40b7b782d54550d69

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-10-15 02:10:43 pgsql: doc: Mention that toast_tuple_target affects also column marked
Previous Message Alvaro Herrera 2020-10-15 00:36:54 Re: pgsql: Restore replication protocol's duplicate command tags