Re: Case insensitive selects?

From: David Wheeler <david(at)wheeler(dot)net>
To: Michael Fork <mfork(at)toledolink(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Case insensitive selects?
Date: 2001-02-16 20:23:03
Message-ID: Pine.LNX.4.21.0102161222280.24414-100000@theory
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 16 Feb 2001, Michael Fork wrote:

> This is the function Tom Lane told me to use in < 7.1 (IIRC, this will
> cause problems in >= 7.1, so you have to remember to remove from your
> dump)
>
> CREATE FUNCTION "upper" (varchar ) RETURNS text AS 'upper' LANGUAGE
> 'INTERNAL';

Yeah, I found that function posted to the list last May. Thanks, Michael.

David

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Wheeler 2001-02-16 20:23:55 Re: Case insensitive selects?
Previous Message Bruce Momjian 2001-02-16 20:14:22 Re: Case insensitive selects?