Re: [BUGS] BUG #6295: Update fails on empty concatenated strings

2011-11-16 Thread Tom Lane
I wrote: > You might possibly want to spell > the above as SET comment = '...' || coalesce(comment, null) ... Sheesh. coalesce(comment, '') of course. Need more caffeine. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes

Re: [BUGS] BUG #6295: Update fails on empty concatenated strings

2011-11-16 Thread Tom Lane
"Jonas Forsman" writes: > sql: > UPDATE user SET comment= E'[2011-11-16] Note to myself no: 171\\n' || > comment WHERE userid=1 > This query fails if comment is an empty string or null. Define "fails". Personally I'm wondering whether you remembered that concatenation of a null with something e

[BUGS] BUG #6295: Update fails on empty concatenated strings

2011-11-16 Thread Jonas Forsman
The following bug has been logged online: Bug reference: 6295 Logged by: Jonas Forsman Email address: jfo...@hotmail.com PostgreSQL version: 8.4.9 Operating system: Ubuntu 10.04 LTS Description:Update fails on empty concatenated strings Details: Field description (n