Re: Patch: psql \whoami option - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch: psql \whoami option
Date
Msg-id 12588.1277131907@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch: psql \whoami option  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Is there really a point to the non-DSN format or should we just use
> the DSN format always?

BTW, didn't have an opinion on that to start with, but after thinking
about it I'd turn it around.  psql doesn't deal in DSN format anywhere
else, so why should it do so here?  To make the point more obvious,
what's the justification for printing DSN format and not, say, JDBC URL
format?  I'd vote for removing the DSN printout option, not the other
way round.  If there was some mechanically readable format to offer to
print, it would be conninfo string format, which you can actually use
with psql if you have a mind to.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: extensible enum types
Next
From: Tom Lane
Date:
Subject: Re: extensible enum types