Peter Eisentraut <[EMAIL PROTECTED]> writes: > The current behaviour of libpq is to use Unix sockets whenever the host > parameter (PGHOST or setdbLogin argument) is NULL/unset. > Could we extend that to also use Unix sockets if the parameter is set but > empty? Seems reasonable, since the current behavior in that case is useless: $ PGHOST='' psql psql: connectDBStart() -- unknown hostname: $ Backwards compatibility with that doesn't seem necessary ... regards, tom lane
- [HACKERS] libpq PGHOST Peter Eisentraut
- Re: [HACKERS] libpq PGHOST Tom Lane
- Re: [HACKERS] libpq PGHOST Peter Eisentraut
- Re: [HACKERS] libpq PGHOST Tom Lane
- Re: [HACKERS] libpq PGHOST Peter Eisentraut
- [HACKERS] Delimited identifier leng... Tom Lane
- [HACKERS] Re: Delimited identif... Peter Eisentraut
- [HACKERS] Re: Delimited ide... Tom Lane