pgsql: doc: Mention REPACK in description of reloption toast_value_type

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention REPACK in description of reloption toast_value_type
Date: 2026-09-14 05:12:21
Message-ID: E1x5yzN-00000000Esp-0VwG@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention REPACK in description of reloption toast_value_type

The value set in toast_value_type does not affect the underlying TOAST
table across rewrites. VACUUM FULL and CLUSTER were mentioned, but not
REPACK.

Suggested-by: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Discussion: https://postgr.es/m/CAB-JLwbsYHxo5qdWyj1WbRDhxfxsKqg9Y2=wQ4Xwjm51wsLVPg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b4b5eae90e5b355c24164c8cea0ca277ae30527

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-09-14 07:04:41 pgsql: Fix attribute name of pg_stat_get_backend_subxact()
Previous Message Amit Kapila 2026-09-14 04:15:40 pgsql: Disallow SET UNLOGGED for tables in a publication's EXCEPT claus