Re: [HACKERS] How to see rules,functions and triggers in psql ? - Mailing list pgsql-hackers

From Terry Mackintosh
Subject Re: [HACKERS] How to see rules,functions and triggers in psql ?
Date
Msg-id Pine.LNX.3.95.981129213456.10276B-100000@terry1.acun.com
Whole thread Raw
In response to Re: [HACKERS] How to see rules,functions and triggers in psql ?  (Todd Graham Lewis <tlewis@mindspring.net>)
List 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 by date:

Previous
From: Todd Graham Lewis
Date:
Subject: Re: [HACKERS] How to see rules,functions and triggers in psql ?
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] DROPping tables with SERIALs