On 2009-02-10, Jonathan Vanasco <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
