vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Cool. Thank you for fixing it. Will the next packaged release candidate be any time soon? -----Original Message----- From: Dave Page [mailto:dpage@postgresql.org] Sent: Monday, November 06, 2006 3:43 PM To: Belbin, Peter Cc: 'pgadmin-support@postgresql.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. |
| ||||
| Belbin, Peter wrote: > Cool. Thank you for fixing it. > > Will the next packaged release candidate be any time soon? There might not be another RC - we're getting dangerously close to PostgreSQL 8.2 release time and we have to be ready by then. Expect something within the week though I would think. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |