Re: Collation rules and multi-lingual databases

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Collation rules and multi-lingual databases
Дата
Msg-id 878yplirzb.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на Re: Collation rules and multi-lingual databases  (Dennis Gearon <gearond@fireserve.net>)
Ответы Re: Collation rules and multi-lingual databases  (Dennis Gearon <gearond@fireserve.net>)
Список pgsql-general
Dennis Gearon <gearond@fireserve.net> writes:

> I was thinking of INGNORING locale, since it is basically fixed for a DB for
> long periods of time.
>
> If a table/column HAD it's own locale, that could be used,
> but I was more interested in a function taht would allow the explicit
> declaration of the encoding(s) to look for.

Indeed for my purposes that's what I'll have to do.

but the strxfrm function uses the current application locale, so I'll have to
call setlocale to set it, call strxfrm, then call setlocale to set it back.

I fear that some implementations might do a lot of work when setlocale is
called loading large data files and might leak memory expecting it to only be
called once at program initialization. That would suck

> BTW, what is l10n

l10n = localization
i18n = internationalization

arguably i should have said i18n actually.

--
greg

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [HACKERS] Buglist
Следующее
От: Ron
Дата:
Сообщение: Re: pgAdminII Error