Re: [BUGS] BUG #3716: utf8 crash with replace

2007-11-08 Thread Andreas Pflug
Tom Lane wrote: > "Andreas Pflug" <[EMAIL PROTECTED]> writes: > >> If replace is used with UTF8 client_encoding, searching for a malformed >> string, the backend will crash. >> > > >> SELECT replace('Ärger', chr(195), 'Ae') >> > > I see no crash here. Maybe it's been fixed since 8

Re: [BUGS] BUG #3716: utf8 crash with replace

2007-11-03 Thread Tom Lane
"Andreas Pflug" <[EMAIL PROTECTED]> writes: > If replace is used with UTF8 client_encoding, searching for a malformed > string, the backend will crash. > SELECT replace('Ärger', chr(195), 'Ae') I see no crash here. Maybe it's been fixed since 8.2.4? Please try 8.2.5. If you still get a crash,

[BUGS] BUG #3716: utf8 crash with replace

2007-11-02 Thread Andreas Pflug
The following bug has been logged online: Bug reference: 3716 Logged by: Andreas Pflug Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux,Windows Description:utf8 crash with replace Details: If replace is used with UTF8 client_encodin