Re: Remote connection via psql

Поиск
Список
Период
Сортировка
От dima
Тема Re: Remote connection via psql
Дата
Msg-id 3D76197D.1040904@mail.ru
обсуждение исходный текст
Ответ на Remote connection via psql  (Francois Suter <dba@paragraf.ch>)
Список pgsql-general
Francois Suter wrote:
> I used psql a lot and generally work directly on my development server. Now
> sometimes I am on another machine, but when I try to acces the database with
> something like this:
>
> psql -d dbname -U username -h 192.168.1.2
>
> I get the following message: "psql: unknown host name: 192.168.1.2"
try another syntax:
$ psql -U username -h 192.168.1.2 dbname
it works ok here



В списке pgsql-general по дате отправления:

Предыдущее
От: Francois Suter
Дата:
Сообщение: Remote connection via psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Remote connection via psql