Re: How to replace rows in table so that foreign key rows

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to replace rows in table so that foreign key rows
Date: 2006-04-21 14:28:40
Message-ID: e2aq6s$1c6g$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> ... and there doesn't appear (for
> non-match partial constraints) seem to be a special case for the
> referenced row coming back into existance as far as I can tell either.

> Or, if you're willing to patch, I think a first order approximation of
> what you want might be to remove the special cases in trigger.c
> (afterTriggerSetState) and tablecmds.c (createForeignKeyTriggers), but I
> haven't tested that.

Thank you.
So I must create and maintain special version of PostgreSQL ?

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2006-04-21 14:41:11 Re: How to replace rows in table so that foreign key rows
Previous Message Alban Hertroys 2006-04-21 14:28:01 Re: A few questions about ltree