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

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