Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Дата
Msg-id gnjk3s$k71$6@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?  (Jonathan Vanasco <postgres@2xlp.com>)
Ответы Re: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?  (Kusuma Pabba <kusumap@ncoretech.com>)
Список pgsql-general
On 2009-02-10, Jonathan Vanasco <postgres@2xlp.com> wrote:
> does anyone know what to use in pg_hba.conf that will allow me to run cronjobs
> with pg_dump?
> i think i just need a METHOD for localhost only.

write a script that sets PGPASSWORD and then calls pg_dump,
use .pgconf,
or use trust or ident authenticateion in pg_hba.conf


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Fwd: createdb.exe and psql.exe without Promting Password
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Good Delimiter for copy command