Re: Open 7.1 items

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Open 7.1 items
Date: 2001-01-26 15:07:27
Message-ID: Pine.LNX.4.30.0101261604030.769-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Hiroshi Inoue writes:

> 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 ?

Depends on the definition of "bug". It's not spec compliant and it's not
documented and it's annoying. But it's been like this for a year and the
issue is well known and can normally be avoided. It looks like a
documentation to-do to me.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 2001-01-26 15:29:59 Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]
Previous Message Pete Forman 2001-01-26 11:12:32 Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul M. Aoki 2001-01-26 19:12:44 Re: [JDBC] Re: no way in LargeObject API to detect short read?
Previous Message Peter T Mount 2001-01-26 12:34:27 RE: Re: Postgresql JDBC driver - Support for Scrollable Re sult Sets