Re: Day and month name localization uses wrong locale category

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Day and month name localization uses wrong locale category
Дата
Msg-id 14209.1164067079@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Day and month name localization uses wrong locale category  (Euler Taveira de Oliveira <euler@timbira.com>)
Ответы Re: Day and month name localization uses wrong locale category  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
Euler Taveira de Oliveira <euler@timbira.com> writes:
> + /*
> +  * Return the LC_TIME information
> +  */
> + char *
> + pg_get_lc_time(void)
> + {
> +     return locale_time;
> + }

locale_time is a global GUC variable, so there is surely no point in the
above function.  I have not looked at the rest of the patch.
        regards, tom lane


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

Предыдущее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: Day and month name localization uses wrong locale category
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Custom Data Type Question