Skip to content

Commit 0845b6f

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 parent 9ccaaf6 commit 0845b6f

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)