1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

pg_isready

New command-line utility to test whether a server is ready to
accept connections.

Phil Sorber, reviewed by Michael Paquier and Peter Eisentraut
This commit is contained in:
Robert Haas
2013-01-23 10:58:04 -05:00
parent 0ac5ad5134
commit ac2e967362
7 changed files with 413 additions and 1 deletions

View File

@ -223,6 +223,7 @@
&pgConfig;
&pgDump;
&pgDumpall;
&pgIsready;
&pgReceivexlog;
&pgRestore;
&psqlRef;