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

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have psql avoid describing local sockets as host names.
Date: 2010-07-23 14:56:54
Message-ID: 20100723145654.ABEA07541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-07-23 20:04:09 pgsql: Add more checks against altering typed tables - Prohibit
Previous Message Magnus Hagander 2010-07-23 13:53:30 pgsql: Backpatch reservation of shared memory region during backend