postgresql/src/bin/scripts
Fujii Masao 941c4ece98 Fix pg_isready to handle conninfo properly.
pg_isready displays the host name and the port number that it uses to connect
to the server. So far, pg_isready didn't use the conninfo specified in -d option
for calculating those host name and port number. This can lead to wrong display
to a user. This commit changes pg_isready so that it uses the conninfo for that
calculation.

Original patch by Phil Sorber, modified by me.
2013-06-11 03:03:16 +09:00
..
po Translation updates 2013-05-05 22:34:23 -04:00
.gitignore pg_isready 2013-01-23 11:01:20 -05:00
clusterdb.c Support multiple -t/--table arguments for more commands 2013-01-17 11:24:47 +01:00
common.c Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
common.h Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
createdb.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
createlang.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
createuser.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dropdb.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
droplang.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dropuser.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile scripts: Add build prerequisite on libpgport 2013-02-08 06:43:54 -05:00
nls.mk Add new source files to nls.mk 2013-05-31 20:03:39 -04:00
pg_isready.c Fix pg_isready to handle conninfo properly. 2013-06-11 03:03:16 +09:00
reindexdb.c Support multiple -t/--table arguments for more commands 2013-01-17 11:24:47 +01:00
vacuumdb.c Support multiple -t/--table arguments for more commands 2013-01-17 11:24:47 +01:00