Re: Vacuuming unicode database

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Vacuuming unicode database
Дата
Msg-id 20030814033843.GB13887@svana.org
обсуждение исходный текст
Ответ на Re: Vacuuming unicode database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, Aug 13, 2003 at 12:50:03PM -0400, Tom Lane wrote:
> Unfortunately, we don't have any way of dealing with different character
> sets or locales in different tables.  (AFAICT this is not practical
> without implementing our own locale library, which would be an enormous
> task; someday we will solve this problem, but don't hold your breath.)
> So pg_shadow, pg_group, and pg_database are all risk spots.

All this stuffing around with multiple locales and collating stuff on the
fly. Surely we're not the only project to have to deal with this problem?
Someone must have come up witha set of routines to deal with this. If it
can be abstracted into a library to share around it could be made much
easier.

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Transaction question
Следующее
От: expect
Дата:
Сообщение: Re: importing db as text files