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: