Skip to content

Commit 32e1265

Browse files
committed
Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns.
1 parent 32c34aa commit 32e1265

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.186 2008/12/19 18:25:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.187 2009/01/09 01:53:10 adunstan Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -1909,21 +1909,37 @@
19091909
<entry><structfield>confupdtype</structfield></entry>
19101910
<entry><type>char</type></entry>
19111911
<entry></entry>
1912-
<entry>Foreign key update action code</entry>
1912+
<entry>Foreign key update action code:
1913+
<literal>a</> = no action,
1914+
<literal>r</> = restrict,
1915+
<literal>c</> = cascade,
1916+
<literal>n</> = set null,
1917+
<literal>d</> = set default
1918+
</entry>
19131919
</row>
19141920

19151921
<row>
19161922
<entry><structfield>confdeltype</structfield></entry>
19171923
<entry><type>char</type></entry>
19181924
<entry></entry>
1919-
<entry>Foreign key deletion action code</entry>
1925+
<entry>Foreign key deletion action code:
1926+
<literal>a</> = no action,
1927+
<literal>r</> = restrict,
1928+
<literal>c</> = cascade,
1929+
<literal>n</> = set null,
1930+
<literal>d</> = set default
1931+
</entry>
19201932
</row>
19211933

19221934
<row>
19231935
<entry><structfield>confmatchtype</structfield></entry>
19241936
<entry><type>char</type></entry>
19251937
<entry></entry>
1926-
<entry>Foreign key match type</entry>
1938+
<entry>Foreign key match type:
1939+
<literal>f</> = full,
1940+
<literal>p</> = partial,
1941+
<literal>u</> = simple (unspecified)
1942+
</entry>
19271943
</row>
19281944

19291945
<row>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy