|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.187 2009/01/09 01:53:10 adunstan Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.188 2009/01/09 15:02:22 momjian Exp $ --> |
2 | 2 | <!--
|
3 | 3 | Documentation of the system catalogs, directed toward PostgreSQL developers
|
4 | 4 | -->
|
|
1910 | 1910 | <entry><type>char</type></entry>
|
1911 | 1911 | <entry></entry>
|
1912 | 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> |
| 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> |
1919 | 1919 | </row>
|
1920 | 1920 |
|
1921 | 1921 | <row>
|
1922 | 1922 | <entry><structfield>confdeltype</structfield></entry>
|
1923 | 1923 | <entry><type>char</type></entry>
|
1924 | 1924 | <entry></entry>
|
1925 | 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> |
| 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> |
1932 | 1932 | </row>
|
1933 | 1933 |
|
1934 | 1934 | <row>
|
1935 | 1935 | <entry><structfield>confmatchtype</structfield></entry>
|
1936 | 1936 | <entry><type>char</type></entry>
|
1937 | 1937 | <entry></entry>
|
1938 | 1938 | <entry>Foreign key match type:
|
1939 |
| - <literal>f</> = full, |
1940 |
| - <literal>p</> = partial, |
1941 |
| - <literal>u</> = simple (unspecified) |
1942 |
| - </entry> |
| 1939 | + <literal>f</> = full, |
| 1940 | + <literal>p</> = partial, |
| 1941 | + <literal>u</> = simple (unspecified) |
| 1942 | + </entry> |
1943 | 1943 | </row>
|
1944 | 1944 |
|
1945 | 1945 | <row>
|
|
0 commit comments