Re: bug in 1.6 rc1

From: "Belbin, Peter" <PBelbin(at)McLeodUSA(dot)com>
To: 'Dave Page' <dpage(at)postgresql(dot)org>
Cc: "'pgadmin-support(at)postgresql(dot)org'" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: bug in 1.6 rc1
Date: 2006-11-06 22:28:50
Message-ID: DAC7935736BD9F4AAC601EE021D1B2340613370C@txhouexch01.mcld.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Cool. Thank you for fixing it.

Will the next packaged release candidate be any time soon?

-----Original Message-----
From: Dave Page [mailto:dpage(at)postgresql(dot)org]
Sent: Monday, November 06, 2006 3:43 PM
To: Belbin, Peter
Cc: 'pgadmin-support(at)postgresql(dot)org'
Subject: Re: [pgadmin-support] bug in 1.6 rc1

Belbin, Peter wrote:
> Here is a table def:
>
> CREATE TABLE st_txn
> (
> txnid varchar(40),
> txnorder varchar(10) NOT NULL,
> txnstage varchar(10) NOT NULL,
> txnseq varchar(10),
> verb varchar(40),
> payload varchar(65000),
> status varchar(10),
> agent varchar(60),
> id serial NOT NULL,
> CONSTRAINT st_txn_pk PRIMARY KEY (id)
> )
> WITH OIDS;

Thanks. It appears that the error is actually that MakeKey() is failing
to create a proper WHERE clause for the update query in cases where a
table has both OIDs and a primary key. I've fixed that bug in SVN and
your example now works fine.

Thanks for the report.

Regards, Dave.

NOTICE: This electronic mail transmission may contain confidential
information and is intended only for the person(s) named. Any use, copying
or disclosure by any other person is strictly prohibited. If you have
received this transmission in error, please notify the sender via e-mail.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Igor Kozlov 2006-11-07 07:48:49 A request about pgAdmin
Previous Message Dave Page 2006-11-06 21:42:55 Re: bug in 1.6 rc1