Thread: multi-byte support
Documentation on multi-byte and locales support seems to be lacking in the postgreSQL site - anyone have any information on this? Thanks.
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/
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
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