pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Date: 2022-08-12 14:59:26
Message-ID: E1oMW8D-000ReR-3z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify CREATE TABLE AS ... IF NOT EXISTS

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

Reported-by: frank_limpert(at)yahoo(dot)com

Discussion: https://postgr.es/m/164441177106.9677.5991676148704507229@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d66ccee99d57055a2ef42aa14b60ff6bdae5f1c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-08-12 15:26:29 pgsql: doc: document the CREATE INDEX "USING" clause
Previous Message Bruce Momjian 2022-08-12 14:30:26 pgsql: doc: improve wal_level docs for the 'minimal' level