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 <[email protected]> Reviewed-by: Sami Imseih <[email protected]> Discussion: https://postgr.es/m/cagnomwpamae-bokpwm6mjnhcps2qz8ylssaqmz+vryesbcw...@mail.gmail.com Backpatch-through: 14 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f67b9dd8fc70f0742cf91d5796ccef630ba71d9b Modified Files -------------- doc/src/sgml/ref/alter_table.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
