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?
Tom