Re: [SQL] Concurrency problem

From: Taral <taral(at)taral(dot)net>
To: Jan Wieck <wieck(at)debis(dot)com>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Concurrency problem
Date: 2000-02-04 19:31:11
Message-ID: Pine.LNX.4.10.10002041330580.10954-100000@r149127-2815.dobiecenter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, 4 Feb 2000, Jan Wieck wrote:

> You cannot use a regular trigger because of your circular
> dependency. What you really need to insure integrity is the
> FOREIGN KEY support coming with 7.0. It is implemented as
> triggers too, but they are handled a little different by the
> trigger manager and their execution can be delayed until
> COMMIT.

Does the CVS version have this support?

Taral

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jan Wieck 2000-02-04 19:44:29 Re: [SQL] Concurrency problem
Previous Message Marten Feldtmann 2000-02-04 18:15:31 Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL