Re: Case insensitive selects? - Mailing list pgsql-general

From David Wheeler
Subject Re: Case insensitive selects?
Date
Msg-id Pine.LNX.4.21.0102161222280.24414-100000@theory
Whole thread Raw
In response to Case insensitive selects?  ("David Reid" <dreid@jetnet.co.uk>)
List 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


pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: Number of Connections
Next
From: Michael Fork
Date:
Subject: Re: Case insensitive selects?