What is catalog in postgresql?



What is catalog in postgresql?..

Answer / Ritesh Kumar

Answer: In PostgreSQL, the catalog is a collection of system tables and views that store information about the database objects and their relationships. These metadata are used by the PostgreSQL server to manage the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is a delete query?

1 Answers  


Is postgresql distributed?

1 Answers  


Where is pg_hba conf?

1 Answers  


How does db indexing work?

1 Answers  


How do I connect to postgresql database using pgadmin?

1 Answers  


What is a postgres tuple?

1 Answers  


What is postgres xc?

1 Answers  


Is primary key indexed by default in postgres?

1 Answers  


What is blob in postgresql?

1 Answers  


How do I find the size of a postgres table?

1 Answers  


How will you add a new style in a table?

1 Answers  


What is psql command?

1 Answers  


Categories