Re: backend closed - Mailing list pgsql-novice

From Brian D. Woodruff
Subject Re: backend closed
Date
Msg-id 4.3.2.7.0.20000828132659.00cda2d0@TuneStreet.com
Whole thread Raw
In response to Re: backend closed  ("D. Duccini" <duccini@backpack.com>)
List pgsql-novice
oop - turned out to be a db structure error

we dropped a table which had been foreign keyed to other tables, and we
didn't remove the foreign keys.

sorry to trouble y'all!

BDW

At 12:32 PM 8/28/00 -0500, you wrote:

>i've seen this with oracle as well.  its usually a networking thing,
>though it might be a crash of sometype.  is it dumping core?
>
>what version/os/configs?
>
>On Mon, 28 Aug 2000, Brian D. Woodruff wrote:
>
> > I am getting an error when updating or deleting a record from a table -
> > select and insert work
> >
> > pqReadData() -- backend closed the channel unexpectedly. This probably
> > means the backend terminated abnormally before or while processing the
> > request.
> >
> > any ideas?
> >
> > BDW
> >
>
>
>-----------------------------------------------------------------------------
>david@backpack.com            BackPack Software, Inc.        www.backpack.com
>+1 651.645.7550 voice       "Life is an Adventure.
>+1 651.645.9798 fax            Don't forget your BackPack!"
>-----------------------------------------------------------------------------



pgsql-novice by date:

Previous
From: "D. Duccini"
Date:
Subject: Re: backend closed
Next
From: "Robert B. Easter"
Date:
Subject: Re: Using a cursor vs. not ?