Re: [BUGS] "ORDER BY" issue - is this a bug?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Max Pyziur <pyz@panix.com>
Cc: pgsql-admin@postgresql.org, pgsql-sql@postgresql.org, pgsql-bugs@hub.org
Date: 2000-09-11T00:35:18Z
Lists: pgsql-bugs
Max Pyziur <pyz@panix.com> writes:
> I've come across what I consider an odd sorting anomaly in 7.0.2-2 where running
> the following query:
> select headline from headlines where headline like 'Alb%' order by 1 ;

> The results in the 7.0.2-2 install come back case-insensitive and
> oblivious to punctuation.

That's pretty bizarre (not to say difficult to believe).  What LOCALE
setting are you running the postmaster in?

			regards, tom lane