Re: [BUGS] SQL Query Problem

2001-12-03 Thread Stephan Szabo
On Thu, 29 Nov 2001, Kristian Lance wrote: > The server is running: > > PostgreSQL version 7.0.2 > RedHat Linux 6.2 > > When using ORDER BY in an SQL statement where the data type is varchar and > the data are unix directory paths, the forward slashes (/) are ignored, > causing the results to be

Re: [BUGS] SQL Query Problem

2001-12-03 Thread Tom Lane
Kristian Lance <[EMAIL PROTECTED]> writes: > Note that the program appears to make no distinction between /x/c and > /xc. Sounds like you're running in en_US locale. You might prefer to use plain C locale. regards, tom lane ---(end of broadcast)

[BUGS] SQL Query Problem

2001-12-03 Thread Kristian Lance
The server is running: PostgreSQL version 7.0.2 RedHat Linux 6.2 When using ORDER BY in an SQL statement where the data type is varchar and the data are unix directory paths, the forward slashes (/) are ignored, causing the results to be returned in the incorrect order. Example: Here is the