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? That could avoid a bunch of shell contortions; e.g., you can't portably un-export variables, in some shells you don't even have "unset". Or would this be too incompatible? -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- Re: [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