Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0ae3db

Browse files
committed
Add markup for new constraint_name mention.
1 parent9200318 commita0ae3db

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.97 2006/01/16 19:50:03 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.98 2006/01/16 19:53:12 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -295,9 +295,10 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
295295
<para>
296296
An optional name for a column or table constraint. If the
297297
constraint is violated, the constraint name is present in error messages,
298-
so constraint names like "col must be positive" can be used to communicate
299-
helpful constraint information to client applications. If not specified,
300-
the system generates a name.
298+
so constraint names like <literal>"col must be positive"</> can be used
299+
to communicate helpful constraint information to client applications.
300+
(Double-quotes are required for constraint names that contain spaces.)
301+
If not specified, the system generates a name.
301302
</para>
302303
</listitem>
303304
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp