postgres
Postgres pg_class and pg_attribute: Reading the System Catalogs Directly
The information_schema views are slow and incomplete. The underlying pg_class and pg_attribute catalogs are fast, exhaustive, and the right tool when you need to know what the database actually knows about itself, not what the SQL standard says it should expose.