From 6b603e67dcd1a93a56f3c6b5f36fd8f08e2ee35d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 Nov 2002 02:50:21 +0000 Subject: Add DOMAIN check constraints. Rod Taylor --- doc/src/sgml/ref/create_domain.sgml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/src') 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 @@ @@ -200,16 +200,6 @@ CREATE TABLE countrylist (id INT4, country country_code); - - Compatibility - - - SQL99 defines CREATE DOMAIN, but says that the only allowed constraint - type is CHECK constraints. CHECK constraints for domains are not yet - supported by PostgreSQL. - - - See Also -- cgit v1.2.3