Re: Could regexp_matches be immutable? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Could regexp_matches be immutable?
Date
Msg-id 29844.1256143723@sss.pgh.pa.us
Whole thread Raw
In response to Re: Could regexp_matches be immutable?  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Could regexp_matches be immutable?
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Is there a straight-foward way to check such a thing  
> programmatically, with a query perhaps? Or should I just put aside an  
> hour to do an audit?

I was wondering whether you could query pg_proc to look for functions
with the same name and different arguments/results.  It's a bit tricky
though because you'd expect s/citext/text/ in at least some positions
(maybe not all)?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Samuel ROZE
Date:
Subject: Re: URL Managment - C Function help
Next
From: Tom Lane
Date:
Subject: Re: URL Managment - C Function help