Re: 8.1 build on Solaris has LATIN9?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.1 build on Solaris has LATIN9?
Дата
Msg-id 28940.1134764923@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.1 build on Solaris has LATIN9?  (Jerry Sievers <jerry@jerrysievers.com>)
Список pgsql-general
Jerry Sievers <jerry@jerrysievers.com> writes:
> Hi.  I am curious how/why the Pg 8.1.1 build on Solaris
>     SunOS $hostname 5.9 Generic sun4u sparc SUNW,Ultra-250
> chose LATIN9 charset as default.

It probably deduced that from the locale setting (LANG or LC_ALL)
that initdb was run in.  Try "show lc_collate" if you don't remember
what that was.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting a DB password to work without editing pg_hba.conf,
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/pgSQL Function Help