spelling mistake in the PREPARE ref page (2) Makes some
English more consistent, in the ref pages for some of the
client apps (3) Adds a link to the libpq docs in the
vacuumdb ref page.
Neil Conway
--host host >
- Specifies the host name of the machine on which the
- server
- is running. If the value begins with a slash, it is used
- as the directory for the Unix domain socket.
+ Specifies the host name of the machine on which the server is
+ running. If the value begins with a slash, it is used as the
+ directory for the Unix domain socket.
CLUSTER
- Everything went well .
+ The database was successfully clustered .
CREATE USER
- All is well .
+ The user was successfully created .
DROP USER
- All is well .
+ The user was successfully removed .
In some situations, the query plan produced by for a prepared
statement may be inferior to the plan produced if the statement
were submitted and executed normally. This is because when the
- statement is planned and the planer attempts to determine the
+ statement is planned and the plann er attempts to determine the
optimal query plan, the actual values of any parameters specified
in the statement are
unavailable.
PostgreSQL collects
-
vacuumdb might need to connect several
- times to the
PostgreSQL server, asking for
- a password each time. It is convenient to have a
- $HOME/.pgpass> file in such cases.
+
vacuumdb might need to connect several
+ times to the
PostgreSQL server, asking
+ for a password each time. It is convenient to have a
+
$HOME/.pgpass> file in such cases. See
+ linkend="libpq-pgpass"> for more information.
VACUUM
- Everything went well .
+ The database was successfully vacuumed .