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 4d807bb commit 7d66cceCopy full SHA for 7d66cce
doc/src/sgml/ref/create_table_as.sgml
@@ -100,9 +100,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
100
<term><literal>IF NOT EXISTS</literal></term>
101
<listitem>
102
<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.
+ Do not throw an error if a relation with the same name already
+ exists; simply issue a notice and leave the table unmodified.
106
</para>
107
</listitem>
108
</varlistentry>
0 commit comments