Skip to content

Commit 7d66cce

Browse files
committed
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
1 parent 4d807bb commit 7d66cce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/ref/create_table_as.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
100100
<term><literal>IF NOT EXISTS</literal></term>
101101
<listitem>
102102
<para>
103-
Do not throw an error if a relation with the same name already exists.
104-
A notice is issued in this case. Refer to <xref linkend="sql-createtable"/>
105-
for details.
103+
Do not throw an error if a relation with the same name already
104+
exists; simply issue a notice and leave the table unmodified.
106105
</para>
107106
</listitem>
108107
</varlistentry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy