Re: PLPGSQL function to search function source for a list of terms

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: PLPGSQL function to search function source for a list of terms
Дата
Msg-id 4C939DEF.9070704@iol.ie
обсуждение исходный текст
Ответ на PLPGSQL function to search function source for a list of terms  (bricklen <bricklen@gmail.com>)
Ответы Re: PLPGSQL function to search function source for a list of terms  (bricklen <bricklen@gmail.com>)
Список pgsql-general
On 17/09/2010 17:37, bricklen wrote:
> Here is a plpsql function I put together to search db functions in
> schemas other than pg_catalog and information_schema. Not the greatest
> of coding, but it might help someone else trying to solve the same
> issue I was having: to search all public functions for a list of
> terms. Sample usage is below the code, as are some sample results.

That could be pretty useful - why don't you put it on the wiki?

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

В списке pgsql-general по дате отправления:

Предыдущее
От: bricklen
Дата:
Сообщение: PLPGSQL function to search function source for a list of terms
Следующее
От: Aram Fingal
Дата:
Сообщение: Re: Transposing rows and columns