wierd problems with DBI/DBD::pg?

Поиск
Список
Период
Сортировка
От Michelle Murrain
Тема wierd problems with DBI/DBD::pg?
Дата
Msg-id 0104301450150C.01196@chicago.murrain.net
обсуждение исходный текст
Ответы Re: wierd problems with DBI/DBD::pg?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Jose Norberto"
Дата:
Сообщение: Locking a database
Следующее
От: Michelle Murrain
Дата:
Сообщение: Re: Locking a database