On Sun, Jan 26, 2003 at 00:01:04 -0500, Rod Taylor <[EMAIL PROTECTED]> wrote: > 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. This is from the create domain documentation: CREATE DOMAIN domainname [AS] data_type [ DEFAULT default_expr ] [ constraint [, ... ] ] I would have expected the last line to be: [ constraint [ ... ] ] if there weren't supposed to be commas. Thanks for the help. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly