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

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jonathan Vanasco <postgres(at)2xlp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Date: 2009-02-10 17:45:27
Message-ID: 4991BD37.5020101@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jonathan Vanasco wrote:
> i think i just need a METHOD for localhost only.

You can either "trust" any connections from the local machine, or if
that's too insecure use a .pgpass file.

http://www.postgresql.org/docs/current/static/libpq-pgpass.html

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Inigo Barandiaran 2009-02-10 18:04:51 createdb.exe and psql.exe without Promting Password
Previous Message Andrej 2009-02-10 17:41:50 Re: Slow database creation