From: Peter Eisentraut Date: Tue, 14 May 2013 01:59:39 +0000 (-0400) Subject: doc: Fix some whitespace issues in the man pages X-Git-Tag: REL9_3_BETA2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9bb274f902987b271e2f0dd844fb610de4f024b;p=postgresql doc: Fix some whitespace issues in the man pages --- diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 579dfd74f8..e9900d3267 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -693,8 +693,7 @@ pgbench options dbname through its standard output. - - argument can be either a text constant or a + argument can be either a text constant or a :variablename reference to a variable of any types. If you want to use argument starting with colons, you need to add an additional colon at the beginning of diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 0186ce0938..0ab69c3f66 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -299,8 +299,7 @@ PostgreSQL documentation directory output format because this is the only output format where multiple processes can write their data at the same time. - - pg_dump will open njobs + pg_dump will open njobs + 1 connections to the database, so make sure your setting is high enough to accommodate all connections. diff --git a/doc/src/sgml/ref/pg_isready.sgml b/doc/src/sgml/ref/pg_isready.sgml index 19ff1d4935..bef6a44415 100644 --- a/doc/src/sgml/ref/pg_isready.sgml +++ b/doc/src/sgml/ref/pg_isready.sgml @@ -180,32 +180,32 @@ PostgreSQL documentation Standard Usage: - - $ pg_isready - /tmp:5432 - accepting connections - $ echo $? - 0 - + +$ pg_isready +/tmp:5432 - accepting connections +$ echo $? +0 + Running with connection parameters to a PostgreSQL cluster in startup: - - $ pg_isready -h localhost -p 5433 - localhost:5433 - rejecting connections - $ echo $? - 1 - + +$ pg_isready -h localhost -p 5433 +localhost:5433 - rejecting connections +$ echo $? +1 + Running with connection parameters to a non-responsive PostgreSQL cluster: - - $ pg_isready -h someremotehost - someremotehost:5432 - no response - $ echo $? - 2 - + +$ pg_isready -h someremotehost +someremotehost:5432 - no response +$ echo $? +2 +