]> granicus.if.org Git - postgresql/commitdiff
> > They work the same as table constraints with in-line declaration (no
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:32:58 +0000 (05:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:32:58 +0000 (05:32 +0000)
> > 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

doc/src/sgml/ref/create_domain.sgml

index 95934a5f9ec917c902b5115de95b5398dd9a69c8..1d30f47736fb592fc9629e47e297125f91e6d6ea 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6.2.1 2002/11/21 23:31:57 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6.2.2 2003/02/13 05:32:58 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -25,7 +25,7 @@ PostgreSQL documentation
   <synopsis>
 CREATE DOMAIN <replaceable class="parameter">domainname</replaceable> [AS] <replaceable class="parameter">data_type</replaceable>
     [ DEFAULT <replaceable>default_expr</> ]
-    [ <replaceable class="PARAMETER">constraint</replaceable> [, ... ] ]
+    [ <replaceable class="PARAMETER">constraint</replaceable> [ ... ] ]
 
 where <replaceable class="PARAMETER">constraint</replaceable> is: