From bb0fc46a90ab1368fff0d918f6a3cdbaa01bb231 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 26 May 1999 17:26:32 +0000 Subject: [PATCH] Add new reference pages for postmaster and postgres. Normalize markup for vacuumdb; content is the same. --- doc/src/sgml/ref/allfiles.sgml | 2 + doc/src/sgml/ref/commands.sgml | 9 ++- doc/src/sgml/ref/vacuumdb.sgml | 132 +++++++++++++++++---------------- 3 files changed, 77 insertions(+), 66 deletions(-) diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 385224a934..91eea296a7 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -122,5 +122,7 @@ + + diff --git a/doc/src/sgml/ref/commands.sgml b/doc/src/sgml/ref/commands.sgml index 770c3a2054..cf5a783aed 100644 --- a/doc/src/sgml/ref/commands.sgml +++ b/doc/src/sgml/ref/commands.sgml @@ -87,12 +87,13 @@ functions supported by Postgres. --> - Utility 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; diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index b1714c16cf..8dad71bbdc 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,37 +1,40 @@ - - - -vacuumdb - -Application - - - -vacuumdb - - -Clean and analyze a Postgres database - + + + + vacuumdb + + Application + + + + 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 ] [ dbname ] +vacuumdb [ -h host ] [ -p + port ] + [ --table 'table [ ( + column [,...] ) ]' ] [ dbname ] - + - - - 1998-10-04 - - + <refsect2 id="R2-APP-VACUUMDB-1"> + <refsect2info> + <date>1998-10-04</date> + </refsect2info> + <title> Inputs - - + + 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 - - - 1998-10-04 - - + <refsect2 id="R2-APP-VACUUMDB-2"> + <refsect2info> + <date>1998-10-04</date> + </refsect2info> + <title> Outputs - - + + 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 dbname. @@ -221,15 +227,15 @@ vacuumdb [ -h host ] [ -p - - - 1998-10-04 - - + <refsect1 id="R1-APP-VACUUMDB-1"> + <refsect1info> + <date>1998-10-04</date> + </refsect1info> + <title> Description - + - + vacuumdb is a utility for cleaning a Postgres database. vacuumdb will also generate internal statistics @@ -237,27 +243,27 @@ vacuumdb [ -h host ] [ -p - - - 1998-10-04 - - + <refsect1 id="R1-APP-VACUUMDB-2"> + <refsect1info> + <date>1998-10-04</date> + </refsect1info> + <title> Notes - + - See for more details. + See for more details. - - - 1998-10-04 - - + <refsect1 id="R1-APP-VACUUMDB-3"> + <refsect1info> + <date>1998-10-04</date> + </refsect1info> + <title> Usage - - + + To clean a database of the same name as the user: @@ -280,12 +286,12 @@ vacuumdb [ -h host ] [ -p - +