On 2009-02-10, Jonathan Vanasco <postg...@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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to