Add a description to the documentation that toast_tuple_target affects "Main"

Shinya Okano <btokanosn@oss.nttdata.com>

From: Shinya Okano <btokanosn@oss.nttdata.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-09T08:43:55Z
Lists: pgsql-hackers

Attachments

Hi,

Regarding the toast_tuple_target parameter of CREATE TABLE, the 
documentation says that it only affects External or Extended, but it 
actually affects the compression of Main as well.

The attached patch modifies the document to match the actual behavior.

Regards,

-- 
Shinya Okano

Commits

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