Re: Problem with deferred referential integrity checks - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Problem with deferred referential integrity checks
Date
Msg-id 20030224230655.H53676-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Problem with deferred referential integrity checks  (Bob Smith <bsmith@h-e.com>)
List pgsql-sql
On Mon, 24 Feb 2003, Bob Smith wrote:

> I'm running Postgres 7.2.1 on MacOS X Server 10.1.5.  Here's the

You'll need to update.  There were some intermediate state bugs that were
fixed in 7.3.

> Now try to make a change:
>
>    begin work;
>    delete from table1 where key = 1;
>    insert into table1 values (1, 'Changed Item 1');
>    commit;

Including this one I believe.



pgsql-sql by date:

Previous
From: Rudi Starcevic
Date:
Subject: Sub Select inside Check ?
Next
From: Rafal Kedziorski
Date:
Subject: Re: good style?