Обсуждение: pgsql: Have psql avoid describing local sockets as host names.

Поиск
Список
Период
Сортировка

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

От
rhaas@postgresql.org (Robert Haas)
Дата:
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)