Re: pg_dump is ignoring my pgpass file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump is ignoring my pgpass file
Дата
Msg-id 5998.1224544267@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump is ignoring my pgpass file  (Luca Ferrari <fluca1978@infinito.it>)
Ответы Re: pg_dump is ignoring my pgpass file  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-general
Luca Ferrari <fluca1978@infinito.it> writes:
> I've got my pgpass file:

> backup@backup:~$ cat ~/.pgpass
> 192.168.1.2:5432:raydb:ray:xxxxxxx
> 192.168.1.2:5432:hrpmdb:hrpm:xxxxx
> 192.168.1.2:5432:vatcontrollerdb:vatcontroller:xxxxxx

> ... But if I try to execute the following:

> pg_dump --create --column-inserts -v -f raydb_ott_20_08.sql  -U ray -h
> sedeldap  raydb

AFAICT the matching of .pgpass entries to a connection attempt is
strictly textual.  "sedeldap" != "192.168.1.2" therefore none of
these entries apply.  The question is not so much why ray isn't
getting let in, as why anyone else is ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Slow delete with with cascading foreign keys
Следующее
От: Guy Rouillier
Дата:
Сообщение: Re: Session variables (how do I pass session data to a function)