Re: bug in 1.6 rc1

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug in 1.6 rc1
Дата
Msg-id 454FAC5F.4090509@postgresql.org
обсуждение исходный текст
Ответ на Re: bug in 1.6 rc1  ("Belbin, Peter" <PBelbin@McLeodUSA.com>)
Список pgadmin-support
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.


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Keith C. Perry"
Дата:
Сообщение: Re: pgadmin3 1.6 handling of tables with bytea's
Следующее
От: "Belbin, Peter"
Дата:
Сообщение: Re: bug in 1.6 rc1