=?utf-8?Q?=C3=81lvaro?= Herrera 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 t
Hello Alvaro,
On 2024-Oct-18, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/17/sql-alterindex.html
> Description:
>
> I am trying to find out whether the syntax `ALTER INDEX name ATTACH
> PARTITION ind
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/sql-alterindex.html
Description:
I am trying to find out whether the syntax `ALTER INDEX name ATTACH
PARTITION index_name` accepts a schema-qualified index_name. However, there
is no furth