Re: [BUGS] BUG #3641: Concat fails in update

2007-09-28 Thread Kevin Grittner
>>> On Fri, Sep 28, 2007 at 8:39 AM, in message <[EMAIL PROTECTED]>, "Curt" <[EMAIL PROTECTED]> wrote: > UPDATE table content=content || 'constant' where idx=101; > > Content field is overwritten with 'constant'. test=> create temp table t1 (idx int not null primary key, content text); NOTIC

Re: [BUGS] BUG #3641: Concat fails in update

2007-09-28 Thread Milen A. Radev
Curt написа: > The following bug has been logged online: > > Bug reference: 3641 > Logged by: Curt > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.1.9-1.el5 > Operating system: Centos 5 > Description:Concat fails in update > Details: > > UPDATE table conte

Re: [BUGS] BUG #3641: Concat fails in update

2007-09-28 Thread Heikki Linnakangas
Curt wrote: > The following bug has been logged online: > > Bug reference: 3641 > Logged by: Curt > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.1.9-1.el5 > Operating system: Centos 5 > Description:Concat fails in update > Details: > > UPDATE table conten

[BUGS] BUG #3641: Concat fails in update

2007-09-28 Thread Curt
The following bug has been logged online: Bug reference: 3641 Logged by: Curt Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.9-1.el5 Operating system: Centos 5 Description:Concat fails in update Details: UPDATE table content=content || 'constant' where idx