From 0845b6f3265cc93e7700f98cb29e9a3a789aeed3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Feb 2003 05:32:42 +0000 Subject: [PATCH] > > 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 --- doc/src/sgml/ref/create_domain.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 01d5870a8b..fcb6253e2a 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: