Re: [HACKERS] How to see rules,functions and triggers in psql ?

Поиск
Список
Период
Сортировка
От Terry Mackintosh
Тема Re: [HACKERS] How to see rules,functions and triggers in psql ?
Дата
Msg-id Pine.LNX.3.95.981129213456.10276B-100000@terry1.acun.com
обсуждение исходный текст
Ответ на Re: [HACKERS] How to see rules,functions and triggers in psql ?  (Todd Graham Lewis <tlewis@mindspring.net>)
Список pgsql-hackers
Hi all

On Sun, 29 Nov 1998, Todd Graham Lewis wrote:

> # psql foo
> psql> \?
> 
> That lists all of the admin functions available from psql.  \df lists all
> functions, I'm not sure of the rest.  Try it out and see.

I suspect what the person was asking, was how to see user defined
function.
'\df' only shows built in functions, and they just scroll off the screen
for ever.

Maybe we could use a '\duf' to see user defined functions?  I know this
would have been nice a couple of times for me.

Have a great day
Terry Mackintosh <terry@terrym.com>          http://www.terrym.com
sysadmin/owner  Please! No MIME encoded or HTML mail, unless needed.

Proudly powered by R H Linux 4.2, Apache 1.3, PHP 3, PostgreSQL 6.4
-------------------------------------------------------------------
Success Is A Choice ... book by Rick Patino, get it, read it!



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Todd Graham Lewis
Дата:
Сообщение: Re: [HACKERS] How to see rules,functions and triggers in psql ?
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] DROPping tables with SERIALs