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

From Pavel Stehule
Subject Re: How to list only my functions and their content?
Date
Msg-id 162867790811190203j40638362se8c18f2e0a41d2d4@mail.gmail.com
Whole thread Raw
In response to How to list only my functions and their content?  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
List pgsql-general
Hello
try

\df+ your_fce_name

regards
Pavel Stehule

p.s. \? show help


2008/11/19 Phoenix Kiula <phoenix.kiula@gmail.com>:
> I am in psql. I tried "\dd" but this lists pg_catalog and stuff like
> that. Long list that I don't need.
>
> I scoured through this page --
> http://www.postgresql.org/docs/8.3/static/app-psql.html -- and still
> did not find how to list only my own functions? A regular "\d" shows
> only tables and views it seems.
>
> All I need is to list my own created functions and their code.
>
> Thanks for any pointers!
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: "Phoenix Kiula"
Date:
Subject: How to list only my functions and their content?
Next
From: Raymond O'Donnell
Date:
Subject: Re: How to list only my functions and their content?