Re: [SQL] How to find SQL Functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
Cc: "pgsql-sql(at)postgreSQL(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] How to find SQL Functions
Date: 1999-05-04 23:50:58
Message-ID: 1677.925861858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Ross J. Reedstrom" <reedstrm(at)rice(dot)edu> writes:
> \df [optional function name glob]
> (there are, of course, equivalent SQL statements, that do the same thing
> as the above psql convienience functions, using the appropriate system
> tables (pg_*), which would allow one to avoid files and grep. But for
> learning, there's a catch-22, and I already knew how to use grep ;-)

BTW, 6.5 psql has a new command-line switch option -E, which causes it
to display the SQL statements that it issues to carry out special
commands like \df. Makes a great learning tool when you want to see
what the system tables contain.

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message Michael J Davis 1999-05-05 04:58:53 RE: [SQL] inheritance
Previous Message Tom Lane 1999-05-04 23:33:25 Re: [SQL] Selecting with a large number of foreign keys