Re: Override PostgreSQL internal functions - Mailing list pgsql-novice

From Vik Fearing
Subject Re: Override PostgreSQL internal functions
Date
Msg-id 530E97E9.8030906@dalibo.com
Whole thread Raw
In response to Re: Override PostgreSQL internal functions  (Sameer Kumar <sameer.kumar@ashnik.com>)
Responses Re: Override PostgreSQL internal functions
Re: Override PostgreSQL internal functions
List pgsql-novice
On 02/26/2014 03:03 PM, Sameer Kumar wrote:

On Wed, Feb 26, 2014 at 6:54 PM, Vik Fearing <vik.fearing@dalibo.com> wrote:
You would be much better off to use the citext extension and typing your columns appropriately.

http://www.postgresql.org/docs/current/static/citext.html

That might be a huge effort while migrating from another database and might also introduce application level changes for type casting.

Not nearly as much effort as what you're trying to do, but good luck.

David's solution is what I would have suggested had he not said it already.
-- 
Vik

pgsql-novice by date:

Previous
From: Sameer Kumar
Date:
Subject: Re: Override PostgreSQL internal functions
Next
From: Sameer Kumar
Date:
Subject: Re: Override PostgreSQL internal functions