Thanks to visit codestin.com Credit goes to github.com
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 cdb2577 commit b79e626Copy full SHA for b79e626
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