pg_dump inconsistences - Mailing list pgsql-hackers

From Vadim Mikheev
Subject pg_dump inconsistences
Date
Msg-id 374B73E7.AC977CB5@krs.ru
Whole thread Raw
Responses Re: [HACKERS] pg_dump inconsistences  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] pg_dump inconsistences  (Don Baccus <dhogaza@pacifier.com>)
List pgsql-hackers
To return consistent results pg_dump should run all queries
in single transaction, in serializable mode. It's old problem.
But now when selects don't block writers we are able to do this.

Comments/objections?

Vadim


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] I can't compile cvs snapshot ...
Next
From: Vadim Mikheev
Date:
Subject: Re: Vacuum/mdtruncate() (was: RE: [HACKERS] Current TODO list)