Add new reference pages for postmaster and postgres.
authorThomas G. Lockhart
Wed, 26 May 1999 17:26:32 +0000 (17:26 +0000)
committerThomas G. Lockhart
Wed, 26 May 1999 17:26:32 +0000 (17:26 +0000)
Normalize markup for vacuumdb; content is the same.

doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/commands.sgml
doc/src/sgml/ref/vacuumdb.sgml

index 385224a934fce897db41246bdab7f4f7746a87f6..91eea296a7f8184ffef5b315ddbb4880382a0e6d 100644 (file)
 
 
 
+
+
 
 
index 770c3a20543323c60e9b8f7682c7386d50ed4ab0..cf5a783aed0377b9dab6865c4997bd74e34fc6bf 100644 (file)
@@ -87,12 +87,13 @@ functions supported by Postgres.
 -->
 
  
-  <span class="marked">Utility </span>Applications
+  Applications
 
   
    
-    This is reference information for the 
-    Postgres support utilities.
+    This is reference information for  
+    Postgres applications
+    and support utilities.
    
   
 
@@ -106,6 +107,8 @@ functions supported by Postgres.
    &pgAdmin;
    &pgDump;
    &pgDumpall;
+   &postgres;
+   &postmaster;
    &psqlRef;
    &vacuumdb;
 
index b1714c16cfe32259c0a908db338dfbd6584303c4..8dad71bbdc83b91985ced75dcb0bd2c7bd966ac8 100644 (file)
@@ -1,37 +1,40 @@
-<REFENTRY ID="APP-VACUUMDB">
->
->
-vacuumdb
->
-Application>
->
->
- id="vacuumdb">
-vacuumdb
->
->
-Clean and analyze a Postgres database
->
+<refentry id="APP-VACUUMDB">
+ >
+  >
+   vacuumdb
+  >
+  Application>
+ >
+ >
+   id="vacuumdb">
+   vacuumdb
+  >
+  >
+   Clean and analyze a Postgres database
+  >
  
-
-
-1998-10-04
-
-
-vacuumdb [ --analyze | -z ] [ --verbose | -v ] [ dbname ]
-vacuumdb [ -h host ] [ -p port ]
-    [ --table 'table [ ( column [,...] ) ]' ]
+  
+   1998-10-04
+  
+  
+vacuumdb [ --analyze | -z ] [ --verbose | -v ] [ 
+    class="parameter">dbname ]
+vacuumdb [ -h host ] [ -p
+   port ]
+    [ --table 'table [ (
+   column [,...] ) ]' ]
     [ dbname ]
->
+  >
 
-  <REFSECT2 ID="R2-APP-VACUUMDB-1">
-   <REFSECT2INFO>
-    <DATE>1998-10-04>
-   REFSECT2INFO>
-   <TITLE>
+  <refsect2 id="R2-APP-VACUUMDB-1">
+   <refsect2info>
+    <date>1998-10-04>
+   refsect2info>
+   <title>
     Inputs
-   TITLE>
-   <PARA>
+   title>
+   <para>
     vacuumdb accepts the following command line arguments:
     
     
@@ -80,10 +83,12 @@ vacuumdb [ -h host ] [ -p 
      
      
       
-       --table table [ (column [,...]) ]
+       --table table [
+       (column [,...]) ]
       
       
-       -t table [ (column [,...]) ]
+       -t table [
+       (column [,...]) ]
       
       
        
@@ -148,14 +153,14 @@ vacuumdb [ -h host ] [ -p 
    
   
 
-  <REFSECT2 ID="R2-APP-VACUUMDB-2">
-   <REFSECT2INFO>
-    <DATE>1998-10-04>
-   REFSECT2INFO>
-   <TITLE>
+  <refsect2 id="R2-APP-VACUUMDB-2">
+   <refsect2info>
+    <date>1998-10-04>
+   refsect2info>
+   <title>
     Outputs
-   TITLE>
-   <PARA>
+   title>
+   <para>
     vacuumdb executes a VACUUM command
     on the specified database, so has not explicit external output.
 
@@ -163,7 +168,8 @@ vacuumdb [ -h host ] [ -p 
      
       
        ERROR:  Can't vacuum columns, only tables.  You can 'vacuum analyze' columns.
-       vacuumdb: database vacuum failed on dbname.
+       vacuumdb: database vacuum failed on 
+   class="parameter">dbname.
       
       
        
@@ -221,15 +227,15 @@ vacuumdb [ -h host ] [ -p 
   
  
  
- <REFSECT1 ID="R1-APP-VACUUMDB-1">
-  <REFSECT1INFO>
-   <DATE>1998-10-04>
-  REFSECT1INFO>
-  <TITLE>
+ <refsect1 id="R1-APP-VACUUMDB-1">
+  <refsect1info>
+   <date>1998-10-04>
+  refsect1info>
+  <title>
    Description
-  TITLE>
+  title>
   
-  <PARA>
+  <para>
    vacuumdb is a utility for cleaning a
    Postgres database.
    vacuumdb will also generate internal statistics
@@ -237,27 +243,27 @@ vacuumdb [ -h host ] [ -p 
   
  
 
- <REFSECT1 ID="R1-APP-VACUUMDB-2">
-  <REFSECT1INFO>
-   <DATE>1998-10-04>
-  REFSECT1INFO>
-  <TITLE>
+ <refsect1 id="R1-APP-VACUUMDB-2">
+  <refsect1info>
+   <date>1998-10-04>
+  refsect1info>
+  <title>
    Notes
-  TITLE>
+  title>
   
   
-   See linkend="vacuum" endterm="vacuum"> for more details.
+   See endterm="vacuum" linkend="vacuum"> for more details.
   
  
  
- <REFSECT1 ID="R1-APP-VACUUMDB-3">
-  <REFSECT1INFO>
-   <DATE>1998-10-04>
-  REFSECT1INFO>
-  <TITLE>
+ <refsect1 id="R1-APP-VACUUMDB-3">
+  <refsect1info>
+   <date>1998-10-04>
+  refsect1info>
+  <title>
    Usage
-  TITLE>
-  <PARA>
+  title>
+  <para>
    To clean a database of the same name as the user:
    
    
@@ -280,12 +286,12 @@ vacuumdb [ -h host ] [ -p 
    
   
  
-REFENTRY>
+refentry>