1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00

Remove tabs from sgml file.

This commit is contained in:
Bruce Momjian
2010-07-26 01:43:52 +00:00
parent a3b012b560
commit d017f8359c

View File

@@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.129 2010/07/25 23:21:21 rhaas Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.130 2010/07/26 01:43:52 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@@ -168,9 +168,9 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE [ IF NOT EXISTS ] <repl
<listitem> <listitem>
<para> <para>
Do not throw an error if a relation with the same name already exists. Do not throw an error if a relation with the same name already exists.
A notice is issued in this case. Note that there is no guarantee that A notice is issued in this case. Note that there is no guarantee that
the existing relation is anything like the one that would have been the existing relation is anything like the one that would have been
created. created.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>