|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -168,9 +168,9 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE [ IF NOT EXISTS ] <repl
|
168 | 168 | <listitem>
|
169 | 169 | <para>
|
170 | 170 | 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. |
174 | 174 | </para>
|
175 | 175 | </listitem>
|
176 | 176 | </varlistentry>
|
|