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
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.
Standard Usage:
-
- /tmp:5432 - accepting connections
- 0
-
+
+/tmp:5432 - accepting connections
+0
+
Running with connection parameters to a
PostgreSQL cluster in startup:
-
-
$ pg_isready -h localhost -p 5433
- localhost:5433 - rejecting connections
- 1
-
+
+
$ pg_isready -h localhost -p 5433
+localhost:5433 - rejecting connections
+1
+
Running with connection parameters to a non-responsive
PostgreSQL cluster:
-
-
$ pg_isready -h someremotehost
- someremotehost:5432 - no response
- 2
-
+
+
$ pg_isready -h someremotehost
+someremotehost:5432 - no response
+2
+