SELECT nspname, relname FROM pg_exttable a, pg_class b, pg_namespace c WHERE a.reloid = b.oid and b.relnamespace = c.oid ; Tags: greenplum deepgreen