Kornelije wrote:
> I'm using PostgreSQL and my database contains Croatian Characters
> (ccz...).... so when I pose a query, and I use order by clause, the
> result is not sorted properly.....
You need to initdb your database with the proper locale (hr_HR,
probably). Also, choose the right encoding to go along with the locale
(LATIN2?).
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])