On Mon, Jul 19, 2010 at 11:41 PM, David Christensen <[email protected]> wrote: >> I took a look at this patch. One problem is that it doesn't handle >> the case where there is no database connection (for example, shut down >> the database with pg_ctl, then do select 1, then do \conninfo). I've >> fixed that in the attached version. > > Thanks, I hadn't considered that case.
For some reason, I end up crashing a lot of databases during development (must be my lousy coding). So I've had occasion to run across this, ahem, a few times... > +1 from me; I don't care what color the bikeshed is, as long as it gets the > point across, which this does, and is consistent to boot. Great, committed that way. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
