diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-11-15 02:50:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-11-15 02:50:21 +0000 |
commit | 6b603e67dcd1a93a56f3c6b5f36fd8f08e2ee35d (patch) | |
tree | 5d4a4a590f20c0516bb380e6169114120be3d58f /doc/src | |
parent | 2986aa6a668bce3cfb83606bb52e9d01ae66ad6c (diff) | |
download | postgresql-6b603e67dcd1a93a56f3c6b5f36fd8f08e2ee35d.tar.gz postgresql-6b603e67dcd1a93a56f3c6b5f36fd8f08e2ee35d.zip |
Add DOMAIN check constraints.
Rod Taylor
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_domain.sgml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index b7d5e606d3e..bd4114688f6 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6 2002/09/20 03:39:15 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.7 2002/11/15 02:50:05 momjian Exp $ PostgreSQL documentation --> @@ -200,16 +200,6 @@ CREATE TABLE countrylist (id INT4, country country_code); </para> </refsect1> - <refsect1 id="SQL-CREATEDOMAIN-compatibility"> - <title>Compatibility</title> - - <para> - SQL99 defines CREATE DOMAIN, but says that the only allowed constraint - type is CHECK constraints. CHECK constraints for domains are not yet - supported by <productname>PostgreSQL</productname>. - </para> - </refsect1> - <refsect1 id="SQL-CREATEDOMAIN-see-also"> <title>See Also</title> |