Re: ALTER INDEX documentation is incomplete
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Álvaro Herrera <alvherre@alvh.no-ip.org>
Cc: alvaro@datadoghq.com, pgsql-docs@lists.postgresql.org
Date: 2024-10-19T14:44:56Z
Lists: pgsql-docs
=?utf-8?Q?=C3=81lvaro?= Herrera <alvherre@alvh.no-ip.org> writes: > How about the attached patch? Instead of + Causes the possibly schema-qualified named index to become attached I think something like + Causes the named index (possibly schema-qualified) to become attached would be more readable and closer to what we write elsewhere. regards, tom lane
Commits
-
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified
- fde796eea922 13.17 landed
- fbbcbdef2334 14.14 landed
- f1c141fe143c 18.0 landed
- e9959ff71c40 17.1 landed
- dd27cc044447 12.21 landed
- d76a97a84a61 15.9 landed
- 1257fea164ee 16.5 landed