Wei Shi wrote:
> 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