8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11a7e commit 05b2a4bCopy full SHA for 05b2a4b
doc/src/sgml/ref/create_table_as.sgml
@@ -94,9 +94,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
94
<term><literal>IF NOT EXISTS</literal></term>
95
<listitem>
96
<para>
97
- Do not throw an error if a relation with the same name already exists.
98
- A notice is issued in this case. Refer to <xref linkend="sql-createtable"/>
99
- for details.
+ Do not throw an error if a relation with the same name already
+ exists; simply issue a notice and leave the table unmodified.
100
</para>
101
</listitem>
102
</varlistentry>
0 commit comments