langauges, locales, regex, LIKE

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема langauges, locales, regex, LIKE
Дата
Msg-id 40DA65F2.1010201@fireserve.net
обсуждение исходный текст
Ответы Re: langauges, locales, regex, LIKE  (Joel Matthew <rees@ddcom.co.jp>)
Re: langauges, locales, regex, LIKE  (Richard Huxton <dev@archonet.com>)
Re: langauges, locales, regex, LIKE  (John Sidney-Woollett <johnsw@wardbrook.com>)
Список pgsql-general
If I've read everything right, in order to get:

    multiple languages on a site

with the functionality of ALL of:

    REGEX
    LIKE
    Correctly sorted text

A site would have to:

    create a cluster for every language needed
    run a separate database instance for every language
    and have the database instances each have their own port
    and use 8 bit encoding for that specific language

because:

    Sorting is fixed at cluster/directory creation per single
        database instance
    And LIKE only works on C Locale with an eight bit encoding
    and sorting (MAYBE?) works only on 8 bit encoding
    when using C Locale.

If anyone can correct me on this, I'd love to hear it.

Boy, the old LOCALE system has really got to go someday.

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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: clusters and database instances
Следующее
От: "LuisH"
Дата:
Сообщение: Blob