Re: Examples of accessing postgresql with scripts? - Mailing list pgsql-novice

From Nabil Sayegh
Subject Re: Examples of accessing postgresql with scripts?
Date
Msg-id 1054054992.6566.40.camel@billy
Whole thread Raw
In response to Re: Examples of accessing postgresql with scripts?  (hodges@xprt.net)
List pgsql-novice
Am Die, 2003-05-27 um 16.45 schrieb hodges@xprt.net:
> Can anyone direct me to some example bash scripts that
> execute queries thru psql?
>
> I need to check a bunch of tables for dates as a background
> job daily.  Seems like bash, perl, or python might be good
> ways to do this.  I think I know enough perl to do it but
> maybe bash or python would be better choices?

psql mydb -c "SELECT * FROM mytable"

HTH
--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : www.e-trolley.de


pgsql-novice by date:

Previous
From: Rory Campbell-Lange
Date:
Subject: Re: Examples of accessing postgresql with scripts?
Next
From: "Fontenot, Paul"
Date:
Subject: Auto increment