BUG #1086: lower and upper functions

Started by PostgreSQL Bugs Listabout 22 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

The following bug has been logged online:

Bug reference: 1086
Logged by: polrus

Email address: dpbasti@wp.pl

PostgreSQL version: 7.5 Dev

Operating system: cygwin on xp

Description: lower and upper functions

Details:

lower and uper functions don't proces polish leters ąółęźżść

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1086: lower and upper functions

"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:

lower and uper functions don't proces polish leters ąółęźżść

At the moment we only support those in single-byte encodings (ie, don't
use Unicode as the database encoding). Also, check that you initdb'd
with the correct locale setting.

regards, tom lane