Re: problem with ORDER BY

From: "Vyacheslav Kalinin" <vka(at)mgcp(dot)com>
To: "Nicolas KOWALSKI" <niko(at)petole(dot)dyndns(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with ORDER BY
Date: 2008-02-02 00:35:19
Message-ID: 9b1af80e0802011635y65476644rf7322e68c56178b9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am guessing that collation rules are not applied to bytea columns, so one
can compare text according to C locale anyway if he populates bytea column
or just does something like

select * from url order by byteain(textout(url))

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2008-02-02 00:54:23 Re: Is PostGreSql's Data storage mechanism "inferior"?
Previous Message Tom Lane 2008-02-02 00:21:43 Re: I can't restart postgres