Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d3706cb

Browse files
committed
Remove tabs from SGML docs.
1 parent 8ebf1a3 commit d3706cb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -1910,36 +1910,36 @@
19101910
<entry><type>char</type></entry>
19111911
<entry></entry>
19121912
<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>
19191919
</row>
19201920

19211921
<row>
19221922
<entry><structfield>confdeltype</structfield></entry>
19231923
<entry><type>char</type></entry>
19241924
<entry></entry>
19251925
<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>
19321932
</row>
19331933

19341934
<row>
19351935
<entry><structfield>confmatchtype</structfield></entry>
19361936
<entry><type>char</type></entry>
19371937
<entry></entry>
19381938
<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>
19431943
</row>
19441944

19451945
<row>

0 commit comments

Comments
 (0)