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

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: bricklen <bricklen(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PLPGSQL function to search function source for a list of terms
Date: 2010-09-17 16:57:19
Message-ID: 4C939DEF.9070704@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aram Fingal 2010-09-17 17:09:05 Re: Transposing rows and columns
Previous Message bricklen 2010-09-17 16:37:43 PLPGSQL function to search function source for a list of terms