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 6bd18f1 commit 39efe0bCopy full SHA for 39efe0b
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</></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