Re: case insensitive sorting & searching in oracle 10g - Mailing list pgsql-general

From Tommi Maekitalo
Subject Re: case insensitive sorting & searching in oracle 10g
Date
Msg-id 200408051534.00196.t.maekitalo@epgmbh.de
Whole thread Raw
In response to case insensitive sorting & searching in oracle 10g  (David Garamond <lists@zara.6.isreserved.com>)
List pgsql-general
Hi,

I don't like the solution. "Select ... order by ..." should be self-contained
and not dependant of some settings. Case-insensitive sort should be specified
in the order-by-clause like "select ... order by lower(a)".


Tommi

Am Donnerstag, 5. August 2004 11:04 schrieb David Garamond:
> in oracle 10g, you can issue:
>
>   ALTER SESSION SET NLS_COMP = ansi;
>   ALTER SESSION SET NLS_SORT = binary_ci;
>
> do you think this is an elegant solution for case insensitive sorting &
> searching? is there interest in seeing this in postgres?

pgsql-general by date:

Previous
From: "Peter Darley"
Date:
Subject: Re: most idiomatic way to "update or insert"?
Next
From: Jerry LeVan
Date:
Subject: Re: Simplfied Bytea input/output?