System Catalogs
PostgreSQL stores its own schema in system catalogs (pg_catalog). The SQL-standard information_schema views wrap a subset for portability. Operators and automation should know both: catalogs are complete; information_schema is familiar.