Re: How to list only my functions and their content? - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: How to list only my functions and their content?
Date
Msg-id 4923E4D0.6030606@iol.ie
Whole thread Raw
In response to How to list only my functions and their content?  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
List pgsql-general
On 19/11/2008 10:01, Phoenix Kiula wrote:
> I am in psql. I tried "\dd" but this lists pg_catalog and stuff like
> that. Long list that I don't need.

You can add a pattern to \df, so if your functions are in the public
schema then do:

\df public.*

HTH,

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

pgsql-general by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: How to list only my functions and their content?
Next
From: Andy Greensted
Date:
Subject: Connecting to old 7.1 Database