This patch corrects a minor mis-statement in the CREATE DOMAIN docs,
authorBruce Momjian
Fri, 20 Sep 2002 03:39:15 +0000 (03:39 +0000)
committerBruce Momjian
Fri, 20 Sep 2002 03:39:15 +0000 (03:39 +0000)
pointed out by Chris KL on -hackers a little while ago -- NOT NULL !=
CHECK xxx IS NOT NULL.

Neil Conway

doc/src/sgml/ref/create_domain.sgml

index 6a8401a62b3263ae440d074d742cbf754bad42cf..b7d5e606d3e602019fc358deba84020527df96bd 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -108,9 +108,7 @@ where constraint is:
       NOT NULL
       
        
-        Values of this domain are not allowed to be NULL.  This is
-        equivalent to the column constraint CHECK (
-        class="PARAMETER">column NOT NULL).
+        Values of this domain are not allowed to be NULL.