Re: Where are PL/pgSQL functions stored? - Mailing list pgsql-general

From david_shadovitz@xontech.com (David Shadovitz)
Subject Re: Where are PL/pgSQL functions stored?
Date
Msg-id 8b37e2e5.0309171429.a60c3a5@posting.google.com
Whole thread Raw
In response to Where are PL/pgSQL functions stored?  (david_shadovitz@xontech.com (David Shadovitz))
List pgsql-general
Thanks to Alvaro H. and Joshua D. for pointing me to pg_proc.

The function I was looking for is an overloaded one, so in my query of
pg_proc I had to specify the signature of the one that I wanted.

My favorite page, for today:
http://www.postgresql.org/docs/7.3/static/catalogs.html

-David

> Where are PL/pgSQL functions stored?  I want to retrieve the text of a
> function that I've created.

pgsql-general by date:

Previous
From: ramkumarm@npd.hcltech.com (Ramkumar)
Date:
Subject: Problem in Function returning Cursors - Postgres Sql 7.2
Next
From: Christopher Browne
Date:
Subject: Re: Why does adding SUM and GROUP BY destroy performance?