Re: [BUGS] BUG #3932: utf-8 and upper()/lower(): PANIC: ERRORDATA_STACK_SIZE exceeded

2008-02-05 Thread Florian Wunderlich
Alvaro Herrera wrote: Florian Wunderlich wrote: - input file in encoding iso-8859-1: set client_encoding='iso-8859-1'; select upper('ä'), lower('Ä'); (note: the argument to upper is a lower case a umlaut, while the argument to lower is an upper case a umlaut)

[BUGS] BUG #3932: utf-8 and upper()/lower(): PANIC: ERRORDATA_STACK_SIZE exceeded

2008-02-05 Thread Florian Wunderlich
The following bug has been logged online: Bug reference: 3932 Logged by: Florian Wunderlich Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: Debian unstable Description:utf-8 and upper()/lower(): PANIC: ERRORDATA_STACK_SIZE exceeded

Re: [BUGS] BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE

2007-05-28 Thread Florian Wunderlich
Tom Lane wrote: "Florian Wunderlich" <[EMAIL PROTECTED]> writes: The following commands are used in a file encoded in iso-8859-1: set client_encoding='utf-8'; select upper('äöü'); Isn't that pilot error, plain and simple? You told the

[BUGS] BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE

2007-05-28 Thread Florian Wunderlich
The following bug has been logged online: Bug reference: 3316 Logged by: Florian Wunderlich Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux 2.6.15.6 (debian) Description:upper() does not convert to upper case on database with

Re: [BUGS] Bug #866 related problem (ATTN Tom Lane)

2003-02-13 Thread Florian Wunderlich
Tom Lane wrote: > > Florian Wunderlich <[EMAIL PROTECTED]> writes: > > So can I be sure that every non-aggregate SELECT on tables joined with > > unique indexes works, independent of the WHERE or ORDER BY? > > I would think that backwards scan on a join mostly doe

Re: [BUGS] Bug #866 related problem (ATTN Tom Lane)

2003-02-12 Thread Florian Wunderlich
FETCH. So can I be sure that every non-aggregate SELECT on tables joined with unique indexes works, independent of the WHERE or ORDER BY? Is anybody working on implementing this functionality? Thanks, Florian Wunderlich ---(end of broadcast)--- T

Re: [BUGS] Bug #866: Cursor scrolling broken in 7.3.1 (works in 7.2.1)

2003-01-10 Thread Florian Wunderlich
Tom Lane wrote: > > [EMAIL PROTECTED] writes: > > Cursor scrolling broken in 7.3.1 (works in 7.2.1) > > That's a fairly sweeping claim. > > I have found a bug that explains this problem for the case where the > cursor retrieves a single row using a unique index. Have you seen it > happen in any