Re: foreign key question: the backend end the connection

From: "Gavin M(dot) Roy" <gmr(at)readysetnet(dot)com>
To: lt <ltshadow(at)basecity(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: foreign key question: the backend end the connection
Date: 2000-10-10 17:22:36
Message-ID: 39E3505B.ADED8146@readysetnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

This happens for me when the tables referenced in the foreign key don't
exisit. Hope that helps!

Gavin

lt wrote:

> Hi, I am using Postgresql 7.0.2, and have used some foreign key in
> my database, but I get some error like "the backend ended the
> connection" where I am trying to insert or delete a row to the master
> table(Delete cascade and update cascade). Of course, this error is no
> use to find the reason. So I am forced to forget foreign keys.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Lamar Owen 2000-10-10 18:35:28 Re: PostgreSQL encoding question
Previous Message Gunnar Lindholm 2000-10-10 17:03:52 Re: help