pg_dump inconsistences

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: PostgreSQL Developers List <hackers(at)postgreSQL(dot)org>
Subject: pg_dump inconsistences
Date: 1999-05-26 04:09:11
Message-ID: 374B73E7.AC977CB5@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-05-26 04:12:18 Re: Vacuum/mdtruncate() (was: RE: [HACKERS] Current TODO list)
Previous Message Tatsuo Ishii 1999-05-26 04:03:34 Re: [HACKERS] I can't compile cvs snapshot ...