fixed the ps display to follow the order in PostgreSQL.
authorUser yamaguti <yamaguti at pgfoundry.org>
Thu, 17 May 2007 02:05:50 +0000 (02:05 +0000)
committerUser yamaguti <yamaguti at pgfoundry.org>
Thu, 17 May 2007 02:05:50 +0000 (02:05 +0000)
commit05f115a2c152044f5b6e0f3fb8d3729e455abe6a
tree3fda98803e3da80c63d19825bf2d39535b8bda6d
parent9ce7dbc7bba941670759d56df35754903ee25918
fixed the ps display to follow the order in PostgreSQL.
pgpool was showing

pgpool: database user host status

but PostgreSQL shows

postgres: user database host status
child.c
pool_process_query.c