pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
doc:  clarify CREATE TABLE AS ... IF NOT EXISTS

Mention that the table is not modified if it already exists.

Reported-by: [email protected]

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 10

Branch
------
REL_15_STABLE

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

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: improve wal_level docs for the 'minimal' level
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: document the CREATE INDEX "USING" clause