Commit d3706cb6 authored by Bruce Momjian's avatar Bruce Momjian

Remove tabs from SGML docs.

parent 8ebf1a3d
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.187 2009/01/09 01:53:10 adunstan Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.188 2009/01/09 15:02:22 momjian Exp $ -->
<!-- <!--
Documentation of the system catalogs, directed toward PostgreSQL developers Documentation of the system catalogs, directed toward PostgreSQL developers
--> -->
...@@ -1910,12 +1910,12 @@ ...@@ -1910,12 +1910,12 @@
<entry><type>char</type></entry> <entry><type>char</type></entry>
<entry></entry> <entry></entry>
<entry>Foreign key update action code: <entry>Foreign key update action code:
<literal>a</> = no action, <literal>a</> = no action,
<literal>r</> = restrict, <literal>r</> = restrict,
<literal>c</> = cascade, <literal>c</> = cascade,
<literal>n</> = set null, <literal>n</> = set null,
<literal>d</> = set default <literal>d</> = set default
</entry> </entry>
</row> </row>
<row> <row>
...@@ -1923,12 +1923,12 @@ ...@@ -1923,12 +1923,12 @@
<entry><type>char</type></entry> <entry><type>char</type></entry>
<entry></entry> <entry></entry>
<entry>Foreign key deletion action code: <entry>Foreign key deletion action code:
<literal>a</> = no action, <literal>a</> = no action,
<literal>r</> = restrict, <literal>r</> = restrict,
<literal>c</> = cascade, <literal>c</> = cascade,
<literal>n</> = set null, <literal>n</> = set null,
<literal>d</> = set default <literal>d</> = set default
</entry> </entry>
</row> </row>
<row> <row>
...@@ -1936,10 +1936,10 @@ ...@@ -1936,10 +1936,10 @@
<entry><type>char</type></entry> <entry><type>char</type></entry>
<entry></entry> <entry></entry>
<entry>Foreign key match type: <entry>Foreign key match type:
<literal>f</> = full, <literal>f</> = full,
<literal>p</> = partial, <literal>p</> = partial,
<literal>u</> = simple (unspecified) <literal>u</> = simple (unspecified)
</entry> </entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment