Re: TODO item:Allow to_date() and to_timestamp() accept localized month names

From: "Gevik Babakhani" <pgdev(at)xs4all(dot)nl>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO item:Allow to_date() and to_timestamp() accept localized month names
Date: 2008-02-05 01:14:11
Message-ID: 000c01c86794$6fcd10b0$0a01a8c0@gevmus
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Surely it should be the inverse of the solution for output,
> eg TMMon selects localized input.

Of cource. But how would TM enforce a localized formatting. (perhaps I am
off.... 2:10 am...)
Lets say I have en_US database but the dates I am trying to format is nl_NL.
If I am not mistaking SET LC_MESSAGES won't help.

Regards,
Gevik

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-02-05 01:28:12 Re: Re: [COMMITTERS] pgsql: configure tag'd 8.3.0 and built witih autoconf 2.59
Previous Message Tom Lane 2008-02-05 00:55:56 Re: REINDEX on large DB vs. DROP INDEX/CREATE INDEX