wierd problems with DBI/DBD::pg? - Mailing list pgsql-general

From Michelle Murrain
Subject wierd problems with DBI/DBD::pg?
Date
Msg-id 0104301450150C.01196@chicago.murrain.net
Whole thread Raw
Responses Re: wierd problems with DBI/DBD::pg?
List pgsql-general
I recently upgraded from 6.5 to 7.1, and it mostly went smoothly (fixed the
PHP problem, thanks to a list member). But now some of my perl stuff is being
a bit strange, and I'm wondering whether other folks have noticed strangeness
when they upgraded their Postgres as well as upgraded to the new DBD::Pg.

First off, my error strings seem to be cut off - so when an error happens, I
only get the first few (not at all predictable, either) characters from the
error string.

Second, I have this strange situation where a script that does a query on one
table of a database gives a reasonable result, but returns an internal server
error when a different table is queried. (this worked prior to the upgrade) -
plus, the wierd thing is that this script has a graceful exit subroutine, and
shouldn't just barf like that.

And of course, part of what is going on is that it's really hard to debug,
since DBI is not returning the full error string, so it's hard to know what's
going on.

Thanks in advance.

Michelle
--
------------
Michelle Murrain, Ph.D.
President
Norwottuck Technology Resources
mpm@norwottuck.com
http://www.norwottuck.com

pgsql-general by date:

Previous
From: "Jose Norberto"
Date:
Subject: Locking a database
Next
From: Michelle Murrain
Date:
Subject: Re: Locking a database