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

From: Kusuma Pabba <kusumap(at)ncoretech(dot)com>
To: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Date: 2009-02-19 13:08:19
Message-ID: 499D59C3.3020702@ncoretech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jasen Betts wrote:
> On 2009-02-10, Jonathan Vanasco <postgres(at)2xlp(dot)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
>
>
>

i think this site will help you out
http://www.postgresql.org/docs/8.3/static/auth-pg-hba-conf.html

Regards
kusuma.p

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2009-02-19 13:11:52 Re: \l of psql 8.4 looks ... unreadable on 80char default
Previous Message Jasen Betts 2009-02-19 13:05:12 Re: Good Delimiter for copy command