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

Bruce Momjian <bruce@momjian.us>

Commit: 39efe0be00195c34d273c05df8ec72cd2254ca32
Author: Bruce Momjian <bruce@momjian.us>
Date: 2022-08-12T14:59:00Z
Releases: 10.23
doc:  clarify CREATE TABLE AS ... IF NOT EXISTS

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

Reported-by: frank_limpert@yahoo.com

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

Backpatch-through: 10

Files

PathChange+/−
doc/src/sgml/ref/create_table_as.sgml modified +2 −3

Documentation touched