Re: [GENERAL] thanks for the "testing" replies ; now my first question - Logs say update done but not actually done or committed into database

2009-04-22 Thread Filip Rembiałkowski
2009/4/22 Atul Chojar > > We are facing a strange problem in our 8.2.7 database. > > There is a bash shell script that does:- > > sql=”select distinct to_char(date_of_issue, ‘MM’) from > yan.int_prod_s_master order by 1;” > MM=`/usr/local/pgsql/bin/psql -U postgres -h payday -d sandbox -t

Re: [GENERAL] thanks for the "testing" replies ; now my first question - Logs say update done but not actually done or committed into database

2009-04-22 Thread Atul Chojar
Thanks to everyone who replied to the test email! Now for my real question:- We are facing a strange problem in our 8.2.7 database. There is a bash shell script that does:- sql=”select distinct to_char(date_of_issue, ‘MM’) from yan.int_prod_s_master order by 1;” MM=`/usr/local/pgsql/bi