> local all md5
>
> If I want to make a dump with pg_dump, I have to insert the password.
> But I can't make a Cron-Job because I always have to insert the password!!
> Is there any way to do this automatic?
PGPASSWORD environment variable can be used.
regards,
bhuvaneswaran