query_to_xml function ignores Datestyle?

Поиск
Список
Период
Сортировка
От Esmin Gracic
Тема query_to_xml function ignores Datestyle?
Дата
Msg-id AANLkTinV4u4j87xotf67yJGCJiu-OFc-pCS7CNJxUr=j@mail.gmail.com
обсуждение исходный текст
Ответы Re: query_to_xml function ignores Datestyle?
Список pgsql-general
It seems that query_to_xml function ignores Datestyle settings?
Is this correct? If yes, is there any workarounf except to_char(date,'dd.mm.yyyy');

set datestyle = 'German';
select current_date;
select QUERY_TO_XML('select current_date',true,false,'');


Postgresql 9.0 on Ubuntu 10.04 Server (64-bit)

Esmin Gracić

В списке pgsql-general по дате отправления:

Предыдущее
От: tuanhoanganh
Дата:
Сообщение: Re: Stream Replication archive command Access is denied question
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: query_to_xml function ignores Datestyle?