ascii-betical sort order?

From: Peter Koczan <pjkoczan(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: ascii-betical sort order?
Date: 2009-05-08 17:26:25
Message-ID: 4544e0330905081026u36b29014i43f1fc85d048916f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Is there some way to do ascii-betical sort ordering in postgres (i.e.
capital letters come before lowercase)? It appears that text ordering
is dictionary-alphabetical. It's useful, but it's different from the
DBMS I'm porting some applications from (SQL Server, in case you were
curious).

It may not be terribly important, but it'd be useful to know in case
it actually is an issue.

I couldn't find any clear answer searching online.

Thanks,
Peter

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2009-05-08 17:55:36 Re: performance question
Previous Message Oliveiros Cristina 2009-05-08 15:36:34 performance question