problem w/ DELETE

From: Jeffrey Lyon <lyonj(at)em-systems(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org, pgsql-general(at)postgreSQL(dot)org
Subject: problem w/ DELETE
Date: 1998-06-25 12:21:08
Message-ID: 359240B4.1213B1F3@em-systems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

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

Browse pgsql-general by date

  From Date Subject
Next Message davez 1998-06-25 15:28:51 pg_result
Previous Message Olive Liew 1998-06-25 11:57:00 Re: [PORTS] Port Bug Report: problem compiling psql and pg_dump

Browse pgsql-sql by date

  From Date Subject
Next Message Marcio Macedo 1998-06-25 15:00:54 Sequences with char types
Previous Message Richard Lynch 1998-06-24 21:54:58 Smallest/Largest String in column