Re: uppercase = lowercase

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Ken Guest <kguest(at)stockbyte(dot)com>
Cc: Richard Huxton <dev(at)archonet(dot)com>, jose antonio leo <jaleo8(at)storelandia(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: uppercase = lowercase
Date: 2003-02-14 11:53:32
Message-ID: 1045223612.1311.0.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2003-02-14 at 11:20, Ken Guest wrote:
> Is it truly possible to create an index on lets say upper(last_name)?

CREATE INDEX uppername_index ON mytable (upper(last_name));

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"God be merciful unto us, and bless us; and cause his
face to shine upon us." Psalms 67:1

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Rust 2003-02-14 12:22:11 Re: db "hot switch"
Previous Message Andreas Rust 2003-02-14 11:41:14 Re: Postgres Databases growing without much reason