From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com> |
Cc: | "PG-General Mailing List" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to list only my functions and their content? |
Date: | 2008-11-19 10:03:45 |
Message-ID: | 162867790811190203j40638362se8c18f2e0a41d2d4@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
try
\df+ your_fce_name
regards
Pavel Stehule
p.s. \? show help
2008/11/19 Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2008-11-19 10:05:04 | Re: How to list only my functions and their content? |
Previous Message | Phoenix Kiula | 2008-11-19 10:01:19 | How to list only my functions and their content? |