| From: | Michael Glaesemann <grzm(at)seespotcode(dot)net> |
|---|---|
| To: | Michael Glaesemann <grzm(at)seespotcode(dot)net> |
| Cc: | "Robert James" <srobertjames(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Languages and Functions |
| Date: | 2007-05-29 15:56:26 |
| Message-ID: | C38623FB-7237-4361-915A-EF1C53B46317@seespotcode.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On May 29, 2007, at 10:30 , Michael Glaesemann wrote:
> You can take a look in the pg_proc table, which is part of the
> system catalog, to see which functions are installed.
>
> file:///usr/local/pgsql/pgsql-8.2.0/doc/html/catalog-pg-proc.html
Ha! That link won't be very helpful, will it :)
This one's better:
http://www.postgresql.org/docs/8.2/interactive/catalog-pg-proc.html
And Richard's suggestion of using -E in psql is definitely an easy
way learn how to reference the system catalogs.
Michael Glaesemann
grzm seespotcode net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Glaesemann | 2007-05-29 15:59:33 | Re: Best way to prevent overlapping dates |
| Previous Message | Joshua | 2007-05-29 15:49:10 | problems with SELECT query results |