doc: Describe better handling of indexes in ALTER TABLE ATTACH PARTITION

Michael Paquier <michael@paquier.xyz>

Commit: e8fbe5d838f50d0641d40f98b44f3698ad0846c1
Author: Michael Paquier <michael@paquier.xyz>
Date: 2026-06-23T07:52:21Z
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

Files

PathChange+/−
doc/src/sgml/ref/alter_table.sgml modified +5 −4

Documentation touched

Discussion