diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index 4466c30548..f0f6d803fa 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -1,5 +1,5 @@
@@ -23,7 +23,7 @@ Postgres documentation
createdb
options
- dbname
+ dbname
description
@@ -41,7 +41,7 @@ Postgres documentation
Specifies the hostname of the machine on which the
postmaster
is running. If host begins with a slash, it is used
- as the directory for the Unix-domain socket.
+ as the directory for the Unix domain socket.
@@ -50,8 +50,8 @@ Postgres documentation
-p, --port port
- Specifies the Internet TCP/IP port or local Unix domain socket file
- extension on which the postmaster
+ Specifies the Internet TCP/IP port or the local Unix domain socket file
+ extension on which the postmaster
is listening for connections.
@@ -153,7 +153,7 @@ Postgres documentation
The options -D, -T, and
-E are converted into options for the underlying
SQL command , which see for more information
+ endterm="SQL-CREATEDATABASE-title">; see there for more information
about them.
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 1fa64e3836..ddcf5db63f 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1,5 +1,5 @@
@@ -35,7 +35,6 @@ Postgres documentation
-f file
-F format
-i
-
-n -N
-o
-O
@@ -45,11 +44,9 @@ Postgres documentation
-v
-x
-Z 0...9
-
-h host
-p port
-u
-
dbname
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
index dbd6ceb850..246154a8df 100644
--- a/doc/src/sgml/ref/pg_restore.sgml
+++ b/doc/src/sgml/ref/pg_restore.sgml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,6 @@
-f archive-file
-F format
-i index
-
-l
-L contents-file
-N -o -r
@@ -45,11 +44,9 @@
-T trigger
-v
-x
-
-h host
-p port
-u
-
archive-file
diff --git a/doc/src/sgml/ref/pgaccess-ref.sgml b/doc/src/sgml/ref/pgaccess-ref.sgml
index 64acad8824..beda85f37a 100644
--- a/doc/src/sgml/ref/pgaccess-ref.sgml
+++ b/doc/src/sgml/ref/pgaccess-ref.sgml
@@ -1,5 +1,5 @@
@@ -378,31 +378,6 @@ select * from invoices where year=[parameter "Year of selection"]
-
- Diagnostics
-
-
- If pgaccess fails to start up, with an error message roughly like this:
-
-
-Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
- while executing
-"load ${libpgtclpath}[info sharedlibextension]"
- (procedure "main" line 8)
- invoked from within
-"main $argc $argv"
- (file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
-
-
- then you need to configure your runtime linker to find the
- libpgtcl.so and libpq.so
- libraries, most likely by setting
- the LD_LIBRARY_PATH environment variable. Consult
- the PostgreSQL installation instructions
- for more information.
-
-
-
Notes
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index 6240e34d63..83236297bf 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -1,5 +1,5 @@
@@ -78,7 +78,12 @@ Postgres documentation
The postgres executable is the actual
PostgreSQL server process that processes
- queries. The second form above is how
+ queries. It is normally not called directly; instead a multi-user server is started.
+
+
+
+ The second form above is how
postgres is invoked by the (only
conceptually, since both postmaster and
@@ -255,7 +260,7 @@ Postgres documentation
- -f [ s | i | m | n | h ]
+ -f { s | i | m | n | h }
Forbids the use of particular scan and join methods:
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index c3634ba186..1efa7fce93 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -1,5 +1,5 @@
@@ -26,7 +26,6 @@ Postgres documentation
-d dbname
--analyze-z
--verbose-v
-
--table 'table
( column [,...] )'