Re: Problem with deferred referential integrity checks

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Bob Smith <bsmith(at)h-e(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Problem with deferred referential integrity checks
Date: 2003-02-25 07:09:04
Message-ID: 20030224230655.H53676-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Eddie Cheung 2003-02-25 08:22:49 Re: Help with query involving aggregation and joining.
Previous Message mixo 2003-02-25 06:55:05 two dates