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 <[email protected]> Reported-by: Lauren Fliksteen <[email protected]> Reviewed-by: Rajakavitha Kodhandapani <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
