projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ccaaf6
)
> > They work the same as table constraints with in-line declaration (no
author
Bruce Momjian
Thu, 13 Feb 2003 05:32:42 +0000
(
05:32
+0000)
committer
Bruce Momjian
Thu, 13 Feb 2003 05:32:42 +0000
(
05:32
+0000)
> > 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_domain.sgml
b/doc/src/sgml/ref/create_domain.sgml
index 01d5870a8b9647f27dafe7189f76843328eb9521..fcb6253e2a84a7a9c18190cfcb2ed582451287fc 100644
(file)
--- 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: