Have psql avoid describing local sockets as host names.

Robert Haas <rhaas@postgresql.org>

Commit: 87e0b7422d70ff4fb69612ef7ba3cbee6ed8d2ae
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-23T14:56:54Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/bin/psql/command.c modified +25 −8