pgsql: doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY
Date: 2022-05-20 08:06:34
Message-ID: E1nrxeb-000FHT-Nh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY

It wasn't previously mentioned that the index is created as invalid,
which is confusing to new users.

Backpatch to 14 (only because of a conflict in 13).

Author: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Reported-by: Lauren Fliksteen <dancernerd32(at)gmail(dot)com>
Reviewed-by: Rajakavitha Kodhandapani <krajakavitha(at)gmail(dot)com>
Discussion: https://postgr.es/m/165290238488.670.7500177735573254738@wrigleys.postgresql.org

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-05-20 09:32:53 pgsql: Add pg_version() to PostgreSQL::Test::Cluster
Previous Message Peter Eisentraut 2022-05-20 07:45:10 pgsql: pg_waldump: Improve option parsing error messages