]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Describe better handling of indexes in ALTER TABLE ATTACH PARTITION
authorMichael Paquier <michael@paquier.xyz>
Tue, 23 Jun 2026 07:52:16 +0000 (16:52 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 23 Jun 2026 07:52:16 +0000 (16:52 +0900)
commitf67b9dd8fc70f0742cf91d5796ccef630ba71d9b
tree33a7150a19a05bb7103f7dd61bd80f9b81d0bda6
parentafb076b2977c39efec873cde2dceacd97be243a6
doc: Describe better handling of indexes in ALTER TABLE ATTACH PARTITION

When ALTER TABLE ... ATTACH PARTITION matches partition indexes to the
parent table's indexes, invalid indexes are skipped.  This commit
improves the documentation to describe what e90e9275f56 has changed:
invalid indexes are skipped, and only valid indexes are considered for a
match.

Author: Mohamed Ali <moali.pg@gmail.com>
Reviewed-by: Sami Imseih <samimseih@gmail.com>
Discussion: https://postgr.es/m/CAGnOmWpAMaE-BOkpwM6mJnHcpS2QZ8yLSSaqmz+vryEsbCWWWA@mail.gmail.com
Backpatch-through: 14
doc/src/sgml/ref/alter_table.sgml