pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche
Date: 2024-10-20 13:50:22
Message-ID: E1t2WK7-001dQb-3L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified

Missed in 8b08f7d4820f; backpatch to all supported branches.

Reported-by: alvaro(at)datadoghq(dot)com
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/172924785099.698.15236991344616673753@wrigleys.postgresql.org

Branch
------
REL_12_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-10-20 17:21:50 Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Amit Langote 2024-10-20 03:41:01 pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7