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:11:13 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | 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/[email protected]
Branch
------
master
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2020-10-15 02:57:15 | pgsql: Execute invalidation messages for each XLOG_XACT_INVALIDATIONS m |
Previous Message | Fujii Masao | 2020-10-15 02:10:58 | pgsql: doc: Mention that toast_tuple_target affects also column marked |