From: Bruce Momjian Date: Thu, 13 Feb 2003 05:32:58 +0000 (+0000) Subject: > > They work the same as table constraints with in-line declaration (no X-Git-Tag: REL7_3_3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc3c67784ac0d126cf5f4884e21cba71a4c83ef6;p=postgresql > > 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 --- diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 95934a5f9e..1d30f47736 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -1,5 +1,5 @@ @@ -25,7 +25,7 @@ PostgreSQL documentation CREATE DOMAIN domainname [AS] data_type [ DEFAULT default_expr ] - [ constraint [, ... ] ] + [ constraint [ ... ] ] where constraint is: