From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Open 7.1 items |
Date: | 2001-01-26 04:18:15 |
Message-ID: | 3A70FA87.933B3D51@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
Sorry for my previous incomplete posting.
Peter Eisentraut wrote:
>
> Bruce Momjian writes:
>
> > FOREIGN KEY INSERT & UPDATE/DELETE in transaction "change violation"
>
> You're certainly not going to want to fix this now after having stared at
> it for a year? It's not trivial.
>
What does this item mean ?
Is it the following ?
begin;
insert into pk (id) values (1);
update(delete from) pk where id=1;
ERROR: triggered data change violation on relation pk"
If so, isn't it a simple bug ?
Regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-01-26 04:36:03 | Re: RPM: Contrib request. |
Previous Message | Tom Lane | 2001-01-26 04:15:09 | Re: BETWEEN patch |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter T Mount | 2001-01-26 09:26:16 | Re: Re: [INTERFACES] jdbc driver: Support for 'BOOL' |
Previous Message | Hiroshi Inoue | 2001-01-26 04:09:11 | Re: Open 7.1 items |