What is pg_catalog in postgres?
Answer Posted / Namrata Gupta
pg_catalog is a database containing system catalogs, or metadata tables, used by PostgreSQL to store information about its own data structures.
Post New Answer View All Answers
What is the latest version of postgresql?
949