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 483c426 commit e1785d8Copy full SHA for e1785d8
doc/src/sgml/ref/create_table_as.sgml
@@ -95,9 +95,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
95
<term><literal>IF NOT EXISTS</literal></term>
96
<listitem>
97
<para>
98
- Do not throw an error if a relation with the same name already exists.
99
- A notice is issued in this case. Refer to <xref linkend="sql-createtable"/>
100
- 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.
101
</para>
102
</listitem>
103
</varlistentry>
0 commit comments