Re: [PATCHES] this patch correct upper and lower case for translated month's and

2007-02-04 Thread Pavel Stehule
Hello, it's more correct patch and more short. Regards Pavel Stehule Would you please modify this patch to use the functions in oracle_compat.c? --- Pavel Stehule wrote: Hello, this patch correct bug in to_char

Re: [PATCHES] this patch correct upper and lower case for translated month's and

2007-02-04 Thread Pavel Stehule
This short patch is too short. I send (I hope) last correct version. Multibyte lower, upper functions are called only for localized names, for others we call pg_tolower or pg_toupper still. Regards Pavel Stehule Hello, it's more correct patch and more short. Regards Pavel Stehule

Re: [PATCHES] this patch correct upper and lower case for translated month's and

2007-02-04 Thread Pavel Stehule
This short patch is too short. I send (I hope) last correct version. Multibyte lower, upper functions are called only for localized names, for others we call pg_tolower or pg_toupper still. Regards Pavel Stehule Hello, it's more correct patch and more short. Regards Pavel Stehule

Re: [PATCHES] this patch correct upper and lower case for translated month's and

2007-02-04 Thread Pavel Stehule
This short patch was too short. I send (I hope) last correct version. Multibyte lower, upper functions are called only for localized names, for others we call pg_tolower or pg_toupper still. Regards Pavel Stehule Hello, it's more correct patch and more short. Regards Pavel Stehule

Re: [PATCHES] this patch correct upper and lower case for translated month's and day's names

2006-11-29 Thread Tom Lane
Pavel Stehule [EMAIL PROTECTED] writes: this patch correct bug in to_char function with incorrect uppercased month's or day's name. I still think this coding is unsafe in the case where the modified string is longer than the original. Also, could we please not duplicate such a large chunk of