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

Commit0845b6f

Browse files
committed
> > They work the same as table constraints with in-line declaration (no
> > comma).>> OK. But the documentation implies there is a comma, so it should probably> get chenged then.Yes, it should. (attached)[ Backpatched to 7.3.X too.]Rod Taylor
1 parent9ccaaf6 commit0845b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/create_domain.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.10 2003/01/19 00:13:29 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.11 2003/02/13 05:32:42 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -25,7 +25,7 @@ PostgreSQL documentation
2525
<synopsis>
2626
CREATE DOMAIN <replaceable class="parameter">domainname</replaceable> [AS] <replaceable class="parameter">data_type</replaceable>
2727
[ DEFAULT <replaceable>default_expr</> ]
28-
[ <replaceable class="PARAMETER">constraint</replaceable> [, ... ] ]
28+
[ <replaceable class="PARAMETER">constraint</replaceable> [ ... ] ]
2929

3030
where <replaceable class="PARAMETER">constraint</replaceable> is:
3131

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp