Re: Which meta table contain the functions

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Alfred Zhao <rongkai(dot)zhao(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Which meta table contain the functions
Date: 2007-06-16 12:18:49
Message-ID: 20070616121849.GA86151@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 15, 2007 at 06:47:10PM -0500, Alfred Zhao wrote:
> I can get the function list via \df. Can someone tell me which meta table
> contain the function list? Thanks!

http://www.postgresql.org/docs/8.2/interactive/catalog-pg-proc.html

You can see the statements that psql runs by starting psql with the
-E (--echo-hidden) option or by executing "\set ECHO_HIDDEN". This
is a helpful way to learn about the system catalogs.

--
Michael Fuhr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Staubo 2007-06-16 13:46:24 Re: Using the GPU
Previous Message Pavel Stehule 2007-06-16 12:04:57 Re: Which meta table contain the functions