mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add markup for new constraint_name mention.
This commit is contained in:
parent
9200318972
commit
a0ae3dbacb
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.97 2006/01/16 19:50:03 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.98 2006/01/16 19:53:12 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -295,9 +295,10 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
|
|||||||
<para>
|
<para>
|
||||||
An optional name for a column or table constraint. If the
|
An optional name for a column or table constraint. If the
|
||||||
constraint is violated, the constraint name is present in error messages,
|
constraint is violated, the constraint name is present in error messages,
|
||||||
so constraint names like "col must be positive" can be used to communicate
|
so constraint names like <literal>"col must be positive"</> can be used
|
||||||
helpful constraint information to client applications. If not specified,
|
to communicate helpful constraint information to client applications.
|
||||||
the system generates a name.
|
(Double-quotes are required for constraint names that contain spaces.)
|
||||||
|
If not specified, the system generates a name.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user