> Is there an SQL statement that will allow me to query a DB to see if a > table exists?select tablename from pg_tables?