running psql in a cron job - Mailing list pgsql-sql

From Wei Weng
Subject running psql in a cron job
Date
Msg-id 1028731885.30770.2.camel@Monet
Whole thread Raw
Responses Re: running psql in a cron job  (Wei Weng <wweng@kencast.com>)
List pgsql-sql
My database has "local all password" as its HBA control.

Is there anyway to manipulate psql so that I can somehow put the
password also inside the command line so that I can run psql in a cron
job? (such as psql -c "VACUUM ANALYZE" -d my_data -U my_user)

Thanks

-- 
Wei Weng
Network Software Engineer
KenCast Inc.




pgsql-sql by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: control reaches end of trigger procedure without RETURN
Next
From: Wei Weng
Date:
Subject: Re: running psql in a cron job