pgsql: doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY
Date
Msg-id E1nrxeb-000FHU-OF@gemulon.postgresql.org
Whole thread Raw
List 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.albe@cybertec.at>
Reported-by: Lauren Fliksteen <dancernerd32@gmail.com>
Reviewed-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Discussion: https://postgr.es/m/165290238488.670.7500177735573254738@wrigleys.postgresql.org

Branch
------
REL_14_STABLE

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

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_waldump: Improve option parsing error messages
Next
From: Michael Paquier
Date:
Subject: pgsql: Add pg_version() to PostgreSQL::Test::Cluster