Re: [HACKERS] Config file for psql

2006-02-28 Thread Bruce Momjian
Jim C. Nasby wrote: > On Sat, Feb 18, 2006 at 02:49:08PM -0500, Tom Lane wrote: > > Perhaps we should make a concerted effort to split the libpq docs into a > > section "for programmers" vs one "for users", the latter part covering > > the libpq behavior that is interesting to users of a libpq-base

Re: [HACKERS] Config file for psql

2006-02-19 Thread Jim C. Nasby
On Sat, Feb 18, 2006 at 02:49:08PM -0500, Tom Lane wrote: > Perhaps we should make a concerted effort to split the libpq docs into a > section "for programmers" vs one "for users", the latter part covering > the libpq behavior that is interesting to users of a libpq-based app. > .pgpass, pg_service

Re: [HACKERS] Config file for psql

2006-02-18 Thread Martijn van Oosterhout
On Sat, Feb 18, 2006 at 12:19:39PM -0700, Michael Fuhr wrote: > On Sat, Feb 18, 2006 at 07:52:22PM +0100, Martijn van Oosterhout wrote: > > A little while ago there was someone asking for tools to make it easier > > to connect to multiple servers. It occured to me that it might be > > useful to hav

Re: [HACKERS] Config file for psql

2006-02-18 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > This needs a LOT more prominence. We probably need to refer to these > things on the manual pages for each of the libpq clients we have. > Haven't we learned that lesson from .pgpass ? The number of people who > read the libpq docs is probably vanishi

Re: [HACKERS] Config file for psql

2006-02-18 Thread Andrew Dunstan
Michael Fuhr wrote: On Sat, Feb 18, 2006 at 07:52:22PM +0100, Martijn van Oosterhout wrote: A little while ago there was someone asking for tools to make it easier to connect to multiple servers. It occured to me that it might be useful to have a config file the way ssh does it: Som

Re: [HACKERS] Config file for psql

2006-02-18 Thread Michael Fuhr
On Sat, Feb 18, 2006 at 07:52:22PM +0100, Martijn van Oosterhout wrote: > A little while ago there was someone asking for tools to make it easier > to connect to multiple servers. It occured to me that it might be > useful to have a config file the way ssh does it: Something like pg_service.conf?

Re: [HACKERS] Config file for psql

2006-02-18 Thread Peter Eisentraut
Martijn van Oosterhout wrote: > A little while ago there was someone asking for tools to make it > easier to connect to multiple servers. It occured to me that it might > be useful to have a config file the way ssh does it: That looks suspiciously like the service facility that we already have. -

[HACKERS] Config file for psql

2006-02-18 Thread Martijn van Oosterhout
Hi, A little while ago there was someone asking for tools to make it easier to connect to multiple servers. It occured to me that it might be useful to have a config file the way ssh does it: Host production ServerName db1 DBName main Usernameblah Passwordblah UseSSL