]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Mention that toast_tuple_target affects also column marked as Main.
authorFujii Masao <fujii@postgresql.org>
Thu, 15 Oct 2020 02:04:07 +0000 (11:04 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 15 Oct 2020 02:05:11 +0000 (11:05 +0900)
commit53c07dbbf36855a4f5b11654106654b18e00ee15
treef52e668c21855e983b7aa8d32c361b4a39cb6c1a
parent72e43fc313e93c95704c574bcf98805805668063
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
doc/src/sgml/ref/create_table.sgml