Re: Override PostgreSQL internal functions

From: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
To: Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Override PostgreSQL internal functions
Date: 2014-02-27 01:42:01
Message-ID: 530E97E9.8030906@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 02/26/2014 03:03 PM, Sameer Kumar wrote:
>
> On Wed, Feb 26, 2014 at 6:54 PM, Vik Fearing <vik(dot)fearing(at)dalibo(dot)com
> <mailto:vik(dot)fearing(at)dalibo(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sameer Kumar 2014-02-27 05:18:03 Re: Override PostgreSQL internal functions
Previous Message Sameer Kumar 2014-02-27 01:29:01 Re: Override PostgreSQL internal functions