Re: Access to localized_str_tolower()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Access to localized_str_tolower()
Дата
Msg-id 17703.1214938748@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Access to localized_str_tolower()  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Access to localized_str_tolower()
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
>  From formatting.c in 8.3.1:
> static char *localized_str_toupper(char *buff);
> static char *localized_str_tolower(char *buff);

These are static --- that's why you can't get at them from outside
the module.

I think your best bet for an 8.3 version of citext is just to
copy-and-paste a lot of code from HEAD.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Location for pgstat.stat
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Access to localized_str_tolower()