Re: [SQL] Concurrency problem - Mailing list pgsql-sql

From wieck@debis.com (Jan Wieck)
Subject Re: [SQL] Concurrency problem
Date
Msg-id m12Goeb-0003kbC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Re: [SQL] Concurrency problem  (Taral <taral@taral.net>)
List 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?
   Mostly. Look at
       http://www.PostgreSQL.org/projects/
   to get a clue about the syntax. And follow the TODO link on
       http://www.PostgreSQL.org/~wieck/
   to see what we still need to fix/finish until BETA.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #




pgsql-sql by date:

Previous
From: Taral
Date:
Subject: Re: [SQL] Concurrency problem
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL