Re: psql invokation - Mailing list pgsql-admin

From Tom Lane
Subject Re: psql invokation
Date
Msg-id 12650.1048259449@sss.pgh.pa.us
Whole thread Raw
In response to psql invokation  ("Victor Yegorov" <viy@pirmabanka.lv>)
List pgsql-admin
"Victor Yegorov" <viy@pirmabanka.lv> writes:
> Is it possible to invoke psql from a script (executed via cron) and connect
> to remote server?

Sure.

> Actually, problem is that psql asks password and ignores any pipes I try.

In PG 7.3, the preferred way to deal with this is to keep passwords in
~/.pgpass.  Note that this file cannot be found by psql unless HOME
is set in your environment --- which some crons don't set for you.
If the script works "by hand" and not from cron, suspect missing
environment values.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Victor Yegorov"
Date:
Subject: psql invokation
Next
From: Jodi Kanter
Date:
Subject: indexes not being used!