diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml
index 385224a934f..91eea296a7f 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 770c3a20543..cf5a783aed0 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 b1714c16cfe..8dad71bbdc8 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
-
-
+
+
+ 1998-10-04
+
+
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
-
-
+
+
+ 1998-10-04
+
+
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
-
-
+
+
+ 1998-10-04
+
+
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
-
-
+
+
+ 1998-10-04
+
+
Notes
-
+
- See for more details.
+ See for more details.
-
-
- 1998-10-04
-
-
+
+
+ 1998-10-04
+
+
Usage
-
-
+
+
To clean a database of the same name as the user:
@@ -280,12 +286,12 @@ vacuumdb [ -h host ] [ -p
-
+