Re: Table Inherit Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "CN" <cnliou9(at)fastmail(dot)fm>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Table Inherit Problem
Date: 2003-01-04 22:13:13
Message-ID: 29091.1041718393@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"CN" <cnliou9(at)fastmail(dot)fm> writes:
> db1=# update tt1 set remark ='xx';
> ERROR: Cannot insert a duplicate key into unique index tt2_pkey

This example works okay in 7.2.3. I think I broke it in 7.3 while
fixing another problem :-(. Will work on it.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-01-04 22:16:30 Re: Bug #863: pg_dump segfaults
Previous Message Felipe Barousse Boué 2003-01-04 19:58:13 Function round(double precision, integer) does not exists trouble in 7.3.1, did work on 7.2.1