Обсуждение: multi-byte support

Поиск
Список
Период
Сортировка

multi-byte support

От
Soma Interesting
Дата:
Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?

Thanks.


Re: multi-byte support

От
Peter Eisentraut
Дата:
Soma Interesting writes:

> Documentation on multi-byte and locales support seems to be lacking in the
> postgreSQL site - anyone have any information on this?

http://www.postgresql.org/devel-corner/docs/postgres/charset.htm

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


Re: multi-byte support

От
Tomaz Borstnar
Дата:
At 20:18 7.12.2000, Peter Eisentraut wrote the following message:
>Soma Interesting writes:
>
> > Documentation on multi-byte and locales support seems to be lacking in the
> > postgreSQL site - anyone have any information on this?
>
>http://www.postgresql.org/devel-corner/docs/postgres/charset.htm

Does pgsql also use LC_ALL?

Like:

LC_ALL=sl_SI.ISO_8859-2
export LC_ALL

Tomaz


Re: multi-byte support

От
Tom Lane
Дата:
Tomaz Borstnar <tomaz.borstnar@over.net> writes:
> Does pgsql also use LC_ALL?

That would depend on whether your local setlocale(3) routine pays
attention to LC_ALL, but I believe a standard-conforming implementation
will do so.

            regards, tom lane