Re: Re[2]: lower() for varchar data by creating an index - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Re[2]: lower() for varchar data by creating an index
Date
Msg-id 200005181528.LAA19588@candle.pha.pa.us
Whole thread Raw
In response to Re: Re[2]: lower() for varchar data by creating an index  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re[2]: lower() for varchar data by creating an index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
> Alex Guryanow <gav@nlr.ru> writes:
> > my-db=> DROP FUNCTION lower(varchar);
> > ERROR:  RemoveFunction: function "lower" is built-in
> 
> You can get rid of it by deleting the pg_proc tuple directly.  I wonder
> though whether RemoveFunction isn't being overly protective --- is there
> any good reason not to allow people to delete built-in functions?
> Obviously you have only yourself to blame if you delete integer equals
> or something equally critical ;-) ... but there are a boatload of
> built-ins that are by no means critical.  Comments anyone?

I would throw a notice and keep going.  Should I commit the change?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Using substr with user defined types
Next
From: Tom Lane
Date:
Subject: Re: Re[2]: lower() for varchar data by creating an index