Обсуждение: problem w/ DELETE

Поиск
Список
Период
Сортировка

problem w/ DELETE

От
Jeffrey Lyon
Дата:
Gotta weird one...

Everything running well until I bumped up to Postgres 6.3.2 and Linux
2.0.34.  Now I can't delete rows from any of my tables.  When I try a
"delete from testtable" or a "delete from testtable where
(value=somevalue)" psql returns "PQExec -- Request was sent to the
backend, but backend closed before...."

I've tried vacuuming the database and dumping and reloading the
database.  I checked the system and postmaster logs for tell tail
signs.  I've snooped around for core dumps, but nothing.

Help!!!

Jeffrey