Re: pl/pgsql & fk constraint

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Sindunata Sudarmaji <software(at)dygsp(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: pl/pgsql & fk constraint
Date: 2003-01-14 16:24:08
Message-ID: 20030114081918.T70308-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 14 Jan 2003, Sindunata Sudarmaji wrote:

> Hi all,
>
> I think I found a bug in the combination of PL/PGSQL and Foreign Key
> constraint. Please find below a sample case problem:

Try upgrading to 7.3 and seeing if you still see errors, various
intermediate state bugs were fixed between 7.2 and 7.3. I believe
this is fixed by the check to see if a pk table row was inserted
that matches the row being modified in the no action triggers.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julian Scarfe 2003-01-14 16:31:12 Re: Vacuum verbose output?
Previous Message Julian Scarfe 2003-01-14 16:20:36 Re: Vacuum verbose output?