Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns.
authorAndrew Dunstan
Fri, 9 Jan 2009 01:53:10 +0000 (01:53 +0000)
committerAndrew Dunstan
Fri, 9 Jan 2009 01:53:10 +0000 (01:53 +0000)
doc/src/sgml/catalogs.sgml

index a25d2356da312da459793de6f0d90ab3acddb807..a4006f3e20e90231df23da51060b030671e5764a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
       confupdtype
       char
       
-      Foreign key update action code
+      Foreign key update action code:
+       a = no action,
+       r = restrict,
+       c = cascade,
+       n = set null,
+       d = set default
+     
      
 
      
       confdeltype
       char
       
-      Foreign key deletion action code
+      Foreign key deletion action code:
+       a = no action,
+       r = restrict,
+       c = cascade,
+       n = set null,
+       d = set default
+     
      
 
      
       confmatchtype
       char
       
-      Foreign key match type
+      Foreign key match type:
+       f = full,
+       p = partial,
+       u = simple (unspecified)
+