Multiversion Concurrency Control!

Started by Harry Yaualmost 24 years ago2 messagesgeneral
Jump to latest
#1Harry Yau
harry.yau@regaltronic.com

Hi All:
I have read the User Manual about the Multiversion Concurrency Control.
It mention that Read Committed isolation level is the default in
PostgreSQL.
Is it mean I have to do nothing to activiate/implement this level of
islation, right?
Thank You!

Harry

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: Harry Yau (#1)
Re: Multiversion Concurrency Control!

On Tue, 25 Jun 2002, Harry Yau wrote:

Hi All:
I have read the User Manual about the Multiversion Concurrency Control.
It mention that Read Committed isolation level is the default in
PostgreSQL.
Is it mean I have to do nothing to activiate/implement this level of
islation, right?

Yes, that's what you get if you don't specify something else.