|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.98 2006/01/1619:53:12 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.99 2006/01/1620:48:49 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -295,10 +295,10 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
|
295 | 295 | <para>
|
296 | 296 | An optional name for a column or table constraint. If the
|
297 | 297 | constraint is violated, the constraint name is present in error messages,
|
298 |
| - so constraint names like <literal>"col must be positive"</> can be used |
| 298 | + so constraint names like <literal>col must be positive</> can be used |
299 | 299 | to communicate helpful constraint information to client applications.
|
300 |
| - (Double-quotes arerequired for constraint names that contain spaces.) |
301 |
| - If not specified, the system generates a name. |
| 300 | + (Double-quotes areneeded to specify constraint names that contain spaces.) |
| 301 | + Ifa constraint name isnot specified, the system generates a name. |
302 | 302 | </para>
|
303 | 303 | </listitem>
|
304 | 304 | </varlistentry>
|
|