Re: Could regexp_matches be immutable?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Could regexp_matches be immutable?
Дата
Msg-id 29844.1256143723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Could regexp_matches be immutable?  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Could regexp_matches be immutable?
Список 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 по дате отправления:

Предыдущее
От: Samuel ROZE
Дата:
Сообщение: Re: URL Managment - C Function help
Следующее
От: Tom Lane
Дата:
Сообщение: Re: URL Managment - C Function help