Re: case sensitive group by

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: "Krause, Lewis" <Lewis(dot)Krause(at)echostar(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: case sensitive group by
Date: 2005-04-01 21:26:42
Message-ID: 20050401212642.GA10272@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Apr 01, 2005 at 14:00:40 -0700,
"Krause, Lewis" <Lewis(dot)Krause(at)echostar(dot)com> wrote:
> Is there a way to do a case sensitive group by.

It should be that way by default. If you want case insensitive, then
you can group by lower(whatever).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Brenner 2005-04-01 21:43:01 Disk Encryption - Postgresql vs. Oracle
Previous Message Vivek Khera 2005-04-01 21:20:01 Re: [ANNOUNCE] == PostgreSQL Weekly News - April 01 2005 ==