| From: | wieck(at)debis(dot)com (Jan Wieck) |
|---|---|
| To: | Gerhard Dieringer <DieringG(at)eba-haus(dot)de> |
| Cc: | "<" <pgsql-sql(at)postgreSQL(dot)org> |
| Subject: | Re: [SQL] Concurrency problem |
| Date: | 2000-02-04 13:43:48 |
| Message-ID: | m12Gj1Y-0003kbC@orion.SAPserv.Hamburg.dsh.de |
| Views: | Whole Thread | Raw Message | 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?
Up to now we're planning to go BETA on February 15th. But I'm
not 100% sure if it's me this time to delay BETA. There are
some important items still open on our internal project TODO.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Hollomon | 2000-02-04 13:49:20 | Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL |
| Previous Message | Postgres SQL | 2000-02-04 13:39:10 | expensive query |