Thread: pgsql: Have psql avoid describing local sockets as host names.

pgsql: Have psql avoid describing local sockets as host names.

From
rhaas@postgresql.org (Robert Haas)
Date:
Log Message:
-----------
Have psql avoid describing local sockets as host names.

We now use the phrase 'via local socket in' rather than 'on host' in both
\c and \conninfo output, when applicable.

Fujii Masao, with some kibitzing by me.

Modified Files:
--------------
    pgsql/src/bin/psql:
        command.c (r1.223 -> r1.224)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.223&r2=1.224)