File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.129 2010/07/25 23:21:21 rhaas Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.130 2010/07/26 01:43:52 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -168,9 +168,9 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE [ IF NOT EXISTS ] <repl
168168 <listitem>
169169 <para>
170170 Do not throw an error if a relation with the same name already exists.
171- A notice is issued in this case. Note that there is no guarantee that
172- the existing relation is anything like the one that would have been
173- created.
171+ A notice is issued in this case. Note that there is no guarantee that
172+ the existing relation is anything like the one that would have been
173+ created.
174174 </para>
175175 </listitem>
176176 </varlistentry>
You can’t perform that action at this time.
0 commit comments