What is postgresql database cluster?



What is postgresql database cluster?..

Answer / Ashok Ram

A PostgreSQL database cluster refers to the collection of databases managed by a single instance of PostgreSQL server. It includes not only the actual data (databases and tables), but also system catalogs, user-defined types, and other metadata.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I stop postgresql server?

1 Answers  


How do you define a composite key?

1 Answers  


What is pg server?

1 Answers  


What is postgresql written in?

1 Answers  


Is postgresql better than mongodb?

1 Answers  


What is maximum size of text datatype in postgres?

1 Answers  


Can postgres use multiple indexes?

1 Answers  


Why do we need connection pooling?

1 Answers  


Is postgresql is nosql?

1 Answers  


How to check if postgres is running?

1 Answers  


What is regclass in postgresql?

1 Answers  


Explain about Write Ahead logging?

1 Answers  


Categories