pgsql: Make initdb's selection of default text search configuration

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make initdb's selection of default text search configuration
Дата
Msg-id 20071025202253.8ABF2754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make initdb's selection of default text search configuration depend
only on the 'language' part of the locale name, ignoring the country code.
We may need to be smarter later when there are more built-in configurations,
but for now this is good enough and avoids having to bloat the table.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.148 -> r1.149)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.148&r2=1.149)

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually