Re: [GENERAL] Mixed locales and date formatting

2013-11-14 Thread Adrian Klaver
On 11/14/2013 08:19 AM, Vincent Veyron wrote: Hi List, Using databases with different locales on the same cluster, I am trying to have Postgresql display the date in the locale format of each database. I found the TM prefix : http://www.postgresql.org/docs/8.4/static/functions-formatting.html#F

[GENERAL] Mixed locales and date formatting

2013-11-14 Thread Vincent Veyron
Hi List, Using databases with different locales on the same cluster, I am trying to have Postgresql display the date in the locale format of each database. I found the TM prefix : http://www.postgresql.org/docs/8.4/static/functions-formatting.html#FUNCTIONS-FORMATTING-DATETIMEMOD-TABLE However,