Re: [SQL] Concurrency problem

From: "Gerhard Dieringer" <DieringG(at)eba-haus(dot)de>
To: "<"<pgsql-sql(at)postgresql(dot)org>
Subject: Re: [SQL] Concurrency problem
Date: 2000-02-04 12:47:03
Message-ID: s89ad866.029@kopo001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Jan Wieck <wieck(at)debis(dot)com> 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.

I am also waiting for foreign key support so my question is:

When will version 7.0 be available for download?

Thank you

-------------
Gerhard

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Postgres SQL 2000-02-04 13:39:10 expensive query
Previous Message Jan Wieck 2000-02-04 12:10:24 Re: [SQL] Concurrency problem