List some of the features of Postgresql ?

devquora
devquora

Posted On: Feb 22, 2018

 

Related Questions

Postgresql Interview Questions

What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?

 The SQL standard is defined by four levels of transaction isolation basically regarding three phenomena. The three phe..

Postgresql Interview Questions

Put some light on Multi-Version concurrency control?

 MVCC or better known as Multi-version concurrency control is used to avoid unwanted locking of the database. The time ..

Postgresql Interview Questions

How are the stats updated in Postgresql?

It is not that hard as it seems. To get your statistics updated in PostgreSQL a special function called explicit ‘va..