Re: Localization (for dates) Oracle vs. Postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: "Amin Schoeib" <aschoeib(at)4tek(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: Localization (for dates) Oracle vs. Postgresql
Date: 2003-09-03 14:36:29
Message-ID: 14260.1062599789@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Amin Schoeib" <aschoeib(at)4tek(dot)de> writes:
> When I would execute this:
> select to_char(now(),'DD.Month,YYYY')
> 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() ?
I thought there was, but I don't see anything about it in the manual.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2003-09-03 14:37:18 Re: Commercial postgresql
Previous Message Vivek Khera 2003-09-03 14:36:23 Re: Commercial postgresql