pgsql: doc: Describe better handling of indexes in ALTER TABLE ATTACH P - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Describe better handling of indexes in ALTER TABLE ATTACH P
Date
Msg-id E1wbvwT-001VWS-0f@gemulon.postgresql.org
Whole thread
List pgsql-committers
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

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b3e99a561f70cde0154867d576e7725093ce1071

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Readable identity strings for property graph objects
Next
From: Tom Lane
Date:
Subject: pgsql: psql: Tighten heuristics for BEGIN/END within CREATE SCHEMA.