Is there a function interface to get this information other than from "psql" comman line interface?
If you start psql with the '-E' switch, you'll see the queries it generates to display the meta-data associated with the '\' command you issue.
You may also query the tables and views in the information_schema for what you want.
Mike Mascari
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)