Use <sect1> rather than <section> to simplify formatting.

This commit is contained in:
Peter Eisentraut 2001-11-08 23:44:01 +00:00
parent 15f2215c86
commit 03048ffd3f
1 changed files with 43 additions and 43 deletions

View File

@ -1,12 +1,12 @@
<!-- <!--
Documentation of the system catalogs, directed toward PostgreSQL developers Documentation of the system catalogs, directed toward PostgreSQL developers
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.27 2001/11/03 21:42:47 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.28 2001/11/08 23:44:01 petere Exp $
--> -->
<chapter id="catalogs"> <chapter id="catalogs">
<title>System Catalogs</title> <title>System Catalogs</title>
<section id="catalogs-overview"> <sect1 id="catalogs-overview">
<title>Overview</title> <title>Overview</title>
<para> <para>
@ -165,10 +165,10 @@
<citetitle>Programmer's Guide</citetitle>. <citetitle>Programmer's Guide</citetitle>.
</para> </para>
</section> </sect1>
<section id="catalog-pg-aggregate"> <sect1 id="catalog-pg-aggregate">
<title>pg_aggregate</title> <title>pg_aggregate</title>
<para> <para>
@ -264,10 +264,10 @@
are the composite primary key. are the composite primary key.
</para> </para>
</section> </sect1>
<section id="catalog-pg-attrdef"> <sect1 id="catalog-pg-attrdef">
<title>pg_attrdef</title> <title>pg_attrdef</title>
<para> <para>
@ -323,10 +323,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-attribute"> <sect1 id="catalog-pg-attribute">
<title>pg_attribute</title> <title>pg_attribute</title>
<para> <para>
@ -526,10 +526,10 @@
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-class"> <sect1 id="catalog-pg-class">
<title>pg_class</title> <title>pg_class</title>
<para> <para>
@ -768,10 +768,10 @@
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-database"> <sect1 id="catalog-pg-database">
<title>pg_database</title> <title>pg_database</title>
<para> <para>
@ -892,10 +892,10 @@
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-description"> <sect1 id="catalog-pg-description">
<title>pg_description</title> <title>pg_description</title>
<para> <para>
@ -955,10 +955,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-group"> <sect1 id="catalog-pg-group">
<title>pg_group</title> <title>pg_group</title>
<para> <para>
@ -1014,10 +1014,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-index"> <sect1 id="catalog-pg-index">
<title>pg_index</title> <title>pg_index</title>
<para> <para>
@ -1125,10 +1125,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-inherits"> <sect1 id="catalog-pg-inherits">
<title>pg_inherits</title> <title>pg_inherits</title>
<para> <para>
@ -1185,10 +1185,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-language"> <sect1 id="catalog-pg-language">
<title>pg_language</title> <title>pg_language</title>
<para> <para>
@ -1265,10 +1265,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-largeobject"> <sect1 id="catalog-pg-largeobject">
<title>pg_largeobject</title> <title>pg_largeobject</title>
<para> <para>
@ -1332,10 +1332,10 @@
Missing regions within a large object read as zeroes. Missing regions within a large object read as zeroes.
</para> </para>
</section> </sect1>
<section id="catalog-pg-listener"> <sect1 id="catalog-pg-listener">
<title>pg_listener</title> <title>pg_listener</title>
<para> <para>
@ -1391,10 +1391,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-operator"> <sect1 id="catalog-pg-operator">
<title>pg_operator</title> <title>pg_operator</title>
<para> <para>
@ -1541,10 +1541,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-proc"> <sect1 id="catalog-pg-proc">
<title>pg_proc</title> <title>pg_proc</title>
<para> <para>
@ -1715,10 +1715,10 @@
function. function.
</para> </para>
</section> </sect1>
<section id="catalog-pg-relcheck"> <sect1 id="catalog-pg-relcheck">
<title>pg_relcheck</title> <title>pg_relcheck</title>
<para> <para>
@ -1780,10 +1780,10 @@
</para> </para>
</note> </note>
</section> </sect1>
<section id="catalog-pg-rewrite"> <sect1 id="catalog-pg-rewrite">
<title>pg_rewrite</title> <title>pg_rewrite</title>
<para> <para>
@ -1867,10 +1867,10 @@
</para> </para>
</note> </note>
</section> </sect1>
<section id="catalog-pg-shadow"> <sect1 id="catalog-pg-shadow">
<title>pg_shadow</title> <title>pg_shadow</title>
<para> <para>
@ -1970,10 +1970,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-statistic"> <sect1 id="catalog-pg-statistic">
<title>pg_statistic</title> <title>pg_statistic</title>
<para> <para>
@ -2108,10 +2108,10 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
<section id="catalog-pg-trigger"> <sect1 id="catalog-pg-trigger">
<title>pg_trigger</title> <title>pg_trigger</title>
<para> <para>
@ -2236,10 +2236,10 @@
</para> </para>
</note> </note>
</section> </sect1>
<section id="catalog-pg-type"> <sect1 id="catalog-pg-type">
<title>pg_type</title> <title>pg_type</title>
<para> <para>
@ -2494,6 +2494,6 @@
</tgroup> </tgroup>
</table> </table>
</section> </sect1>
</chapter> </chapter>