Re: Solved: SQL Query Problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Solved: SQL Query Problem
Date
Msg-id 3041.1035398112@sss.pgh.pa.us
Whole thread Raw
In response to Solved: SQL Query Problem  (Kristian Lance <kristian.lance@crc.ca>)
List pgsql-bugs
Kristian Lance <kristian.lance@crc.ca> writes:
> This message is a follow up to this thread:
> http://archives.postgresql.org/pgsql-bugs/2001-12/msg00008.php

> I finally got a chance to rebuild the DB server using C locale, and it made
> no difference to my ORDER BY problem.  PostgreSQL did not distinguish
> between slashes, dashes, and spaces when sorting the records.

I don't believe you did it right then :-(.  That sure sounds like a
locale-driven behavior.  Try examining the pg_control file with
contrib/pg_controldata to confirm for certain what the collation is.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #803: Problem with timestamp conversion
Next
From: Tom Lane
Date:
Subject: Re: Bug #803: Problem with timestamp conversion