> Is there a SQL command I can issue which will list all the TABLES within
> a database ?
If you want to get database-specific attributes, such as tables, views,
etc... just try \? from the psql monitor, and you will get a list of nice
functions. '\dt' will list all tables, for example.
Thanks
--mathan