Re: [WIP] pg_ping utility
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Phil Sorber <phil@omniti.com>, PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>
Date: 2012-11-26T15:26:27Z
Lists: pgsql-hackers
On 11/23/12 9:48 AM, Michael Paquier wrote: > We waited a couple of days for feedback for this feature. So based on > all the comments provided by everybody on this thread, perhaps we should > move on and implement the options that would make pg_ping a better > wrapper for PQPing. Comments? Personally, I still don't see the general utility of this. For monitoring, psql -c 'select 1' is much more useful. For network analysis, you can use network analysis tools. The niche for pg_ping in between those is so narrow that I cannot see it.