How do I get the list of table names in db

James Andrews <jamesa@darkplaces.com>

From: James Andrews <jamesa@darkplaces.com>
To: pgsql-sql@postgresql.org
Date: 1998-08-05T07:38:05Z
Lists: pgsql-sql
I need to know how to get a list of table names that exist in a particular
database using Pg.  I know how to do it command line, but I need my scripts
to be able to do it for error checking, and I haven't found a single doc on
it.

-james