OSDN Git Service

Use <sect1> rather than <section> to simplify formatting.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 8 Nov 2001 23:44:01 +0000 (23:44 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 8 Nov 2001 23:44:01 +0000 (23:44 +0000)
doc/src/sgml/catalogs.sgml

index 7903112..6ac3440 100644 (file)
@@ -1,12 +1,12 @@
 <!--
  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">
  <title>System Catalogs</title>
 
- <section id="catalogs-overview">
+ <sect1 id="catalogs-overview">
   <title>Overview</title>
 
   <para>
    <citetitle>Programmer's Guide</citetitle>.
   </para>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-aggregate">
+ <sect1 id="catalog-pg-aggregate">
   <title>pg_aggregate</title>
 
   <para>
    are the composite primary key.
   </para>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-attrdef">
+ <sect1 id="catalog-pg-attrdef">
   <title>pg_attrdef</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-attribute">
+ <sect1 id="catalog-pg-attribute">
   <title>pg_attribute</title>
 
   <para>
     </tbody>
    </tgroup>
   </table>
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-class">
+ <sect1 id="catalog-pg-class">
   <title>pg_class</title>
 
   <para>
     </tbody>
    </tgroup>
   </table>
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-database">
+ <sect1 id="catalog-pg-database">
   <title>pg_database</title>
 
   <para>
     </tbody>
    </tgroup>
   </table>
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-description">
+ <sect1 id="catalog-pg-description">
   <title>pg_description</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-group">
+ <sect1 id="catalog-pg-group">
   <title>pg_group</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-index">
+ <sect1 id="catalog-pg-index">
   <title>pg_index</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-inherits">
+ <sect1 id="catalog-pg-inherits">
   <title>pg_inherits</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-language">
+ <sect1 id="catalog-pg-language">
   <title>pg_language</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-largeobject">
+ <sect1 id="catalog-pg-largeobject">
   <title>pg_largeobject</title>
 
   <para>
    Missing regions within a large object read as zeroes.
   </para>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-listener">
+ <sect1 id="catalog-pg-listener">
   <title>pg_listener</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-operator">
+ <sect1 id="catalog-pg-operator">
   <title>pg_operator</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-proc">
+ <sect1 id="catalog-pg-proc">
   <title>pg_proc</title>
 
   <para>
   function.
   </para>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-relcheck">
+ <sect1 id="catalog-pg-relcheck">
   <title>pg_relcheck</title>
 
   <para>
    </para>
   </note>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-rewrite">
+ <sect1 id="catalog-pg-rewrite">
   <title>pg_rewrite</title>
 
   <para>
    </para>
   </note>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-shadow">
+ <sect1 id="catalog-pg-shadow">
   <title>pg_shadow</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-statistic">
+ <sect1 id="catalog-pg-statistic">
   <title>pg_statistic</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-trigger">
+ <sect1 id="catalog-pg-trigger">
   <title>pg_trigger</title>
 
   <para>
    </para>
   </note>
 
- </section>
+ </sect1>
 
 
- <section id="catalog-pg-type">
+ <sect1 id="catalog-pg-type">
   <title>pg_type</title>
 
   <para>
    </tgroup>
   </table>
 
- </section>
+ </sect1>
 
 </chapter>