> > They work the same as table constraints with in-line declaration (no
authorBruce Momjian <[email protected]>
Thu, 13 Feb 2003 05:32:58 +0000 (05:32 +0000)
committerBruce Momjian <[email protected]>
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 19448b72cd367e84e024f15cf7ca9e625a0a63c5..272ea3a83834b8b515c1c79baad845b727bef114 100644 (file)
@@ -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: