Re: [Dspace-tech] Problem with scripts after PostGreSQL upgrade

2008-03-05 Thread George Kozak
Hi, Everyone... In case anyone is wondering, I fixed my problem with PERL scripts after I upgraded to PostGreSQL 8.3, but discovered that the latest DBD::Pg Perl Module (DBD-Pg-2.2.1) doesn't work with my scripts. It looks as if they changed the way that variables are addressed in the latest

Re: [Dspace-tech] Problem with scripts after PostGreSQL upgrade

2008-03-02 Thread Urban Andersson
You need the libraries for 8.3 (and possibly you will have to rebuild the DBD::Pg against these, I'm not sure. At least you have to have the libraries). ** Urban Andersson Digital library University of Gothenburg Sweden Hi... I just upgraded from PostGReSQL 7.2.3 to 8.3

[Dspace-tech] Problem with scripts after PostGreSQL upgrade

2008-02-29 Thread George Stanley Kozak
Hi... I just upgraded from PostGReSQL 7.2.3 to 8.3 (I am using DSpace 1.4.2). I have a number of PERL scripts that I run that get data from the PostGreSQL database. These scripts use the DBI connect command: $dbh = DBI-connect('DBI:Pg:dbname=dspace', 'x', ''); This worked under the old