help: collation support on Windows

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема help: collation support on Windows
Дата
Msg-id 1298662352.20596.8.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: help: collation support on Windows  (Andrew Dunstan <andrew@dunslane.net>)
Re: help: collation support on Windows  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
According to the online documentation, the APIs are there:
http://msdn.microsoft.com/en-ca/library/a7cwbx4t.aspx

Now we'd need someone brave try to make it work.  The starting point
would be to define HAVE_LOCALE_T and then make it build.  Microsoft has
all the relevant functions and types with an underscore in front
(_strcoll_l, etc.), so some extra #defining will probably be necessary.

Also, initdb will need to be patched to get a list of OS locales to
populate the pg_collation catalog with.

Finally, a regression test customized for Windows, but I can help with
that later.




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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Sync Rep v17
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: help: collation support on Windows