Re: backend closed

From: "Brian D(dot) Woodruff" <wood(at)TuneStreet(dot)com>
To: "D(dot) Duccini" <duccini(at)backpack(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: backend closed
Date: 2000-08-28 18:32:52
Message-ID: 4.3.2.7.0.20000828132659.00cda2d0@TuneStreet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)backpack(dot)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!"
>-----------------------------------------------------------------------------

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Robert B. Easter 2000-08-29 00:18:28 Re: Using a cursor vs. not ?
Previous Message D. Duccini 2000-08-28 17:32:14 Re: backend closed