Re: [GENERAL] Localization (for dates) Oracle vs. Postgresql

2003-09-03 Thread Tom Lane
"Amin Schoeib" <[EMAIL PROTECTED]> writes: > Is there maybe any other??? The only other suggestion I can make is to write your own formatting function. It'd be a pain in the neck to build a general-purpose one, but you could handle a fixed output format with just a few lines of code in plpgsql.

Re: [GENERAL] Localization (for dates) Oracle vs. Postgresql

2003-09-03 Thread Tom Lane
"Amin Schoeib" <[EMAIL PROTECTED]> writes: > When I would execute this: > select to_char(now(),'DD.Month,') > I would get the monthname in english but how can I perform with to_char > That I become the monthname in german?? Karel, isn't there a way to get localized month names using to_char()

Re: [GENERAL] Localization (for dates) Oracle vs. Postgresql

2003-09-03 Thread Amin Schoeib
Is there maybe any other??? -Ursprüngliche Nachricht- Von: Karel Zak [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. September 2003 16:53 An: Tom Lane Cc: Amin Schoeib; [EMAIL PROTECTED] Betreff: Re: AW: AW: [GENERAL] Localization (for dates) Oracle vs. Postgresql On Wed, Sep 03

Re: [GENERAL] Localization (for dates) Oracle vs. Postgresql

2003-09-03 Thread Amin Schoeib
I perform with to_char That I become the monthname in german?? -Ursprüngliche Nachricht- Von: Tom Lane [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. September 2003 16:21 An: Amin Schoeib Cc: [EMAIL PROTECTED] Betreff: Re: AW: [GENERAL] Localization (for dates) Oracle vs. Postgresq