[EMAIL PROTECTED] writes:
> collation fails sorting because of strcoll() bug
Sorry, strcoll() is behaving as defined. If you don't like it, use
a different LOCALE. Or at the very least, complain to the strcoll
authors, not us ;-)
regards, tom lane
-
Mathias August Gruber (mgruber) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
collation fails sorting because of strcoll() bug
Long Description
Hi there,
I was trying to migrate a MS-SQL Server database to a Postgresql platform about two
years