> > 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
This commit is contained in:
parent
9ccaaf676f
commit
0845b6f326
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.10 2003/01/19 00:13:29 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.11 2003/02/13 05:32:42 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ PostgreSQL documentation
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
CREATE DOMAIN <replaceable class="parameter">domainname</replaceable> [AS] <replaceable class="parameter">data_type</replaceable>
|
CREATE DOMAIN <replaceable class="parameter">domainname</replaceable> [AS] <replaceable class="parameter">data_type</replaceable>
|
||||||
[ DEFAULT <replaceable>default_expr</> ]
|
[ DEFAULT <replaceable>default_expr</> ]
|
||||||
[ <replaceable class="PARAMETER">constraint</replaceable> [, ... ] ]
|
[ <replaceable class="PARAMETER">constraint</replaceable> [ ... ] ]
|
||||||
|
|
||||||
where <replaceable class="PARAMETER">constraint</replaceable> is:
|
where <replaceable class="PARAMETER">constraint</replaceable> is:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user