On Thu, Jul 22, 2010 at 11:57 AM, Robert Haas <robertmh...@gmail.com> wrote:
> Should we be using is_absolute_path() here instead, as libpq does?

Yes. The attached patch does that.

>> On Wed, Jul 21, 2010 at 10:09 PM, David Christensen <da...@endpoint.com> 
>> wrote:
>> If we print the local socket when it's been explicitly set via the host= 
>> param, why not display the actual socket path in the general local socket 
>> case?
>
> Patch?

Done. DEFAULT_PGSOCKET_DIR (i.e., /tmp) should be displayed in that
case, I think.

    $ psql -c"\conninfo"
    You are connected to database "postgres" via local socket on
"/tmp" at port "5432" as user "postgres".

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment: conninfo_local_socket_v2.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to