Re: Any patch for delete and insert same row in a function ( transaction

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: MindTerm <mindterm(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Any patch for delete and insert same row in a function ( transaction
Date: 2001-12-05 18:16:36
Message-ID: 200112051816.fB5IGaM23556@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Hi all,
>
> Postgresql shows error message
> "triggered data change violation on relation"
> when trying to insert and delete same row ( same
> primary key ) with in a function or transaction.
>
> Does any solution available to solve this problem ?

This is fixed in 7.2.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-12-05 18:17:05 Re: Any patch for delete and insert same row in a function ( transaction
Previous Message Stephan Szabo 2001-12-05 18:14:47 Re: Any patch for delete and insert same row in a function (