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

From Jasen Betts
Subject Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Date
Msg-id gnjk3s$k71$6@reversiblemaps.ath.cx
Whole thread Raw
In response to 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>)
Responses 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>)
List 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 by date:

Previous
From: Jasen Betts
Date:
Subject: Re: Fwd: createdb.exe and psql.exe without Promting Password
Next
From: Jasen Betts
Date:
Subject: Re: Good Delimiter for copy command