Re: How to list only my functions and their content?

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: How to list only my functions and their content?
Дата
Msg-id 4923E4D0.6030606@iol.ie
обсуждение исходный текст
Ответ на How to list only my functions and their content?  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: How to list only my functions and their content?
Следующее
От: Andy Greensted
Дата:
Сообщение: Connecting to old 7.1 Database