Tagged Questions
1
vote
2answers
704 views
Is the mapping between PostgreSQL system tables and information_schema views documented?
If you connect pgadminIII to a PostgreSQL 9.x server, you'll find two catalogs exposed in the user interface: ANSI (information schema), and PostgreSQL (pg_catalog).
I'm looking for documentation ...