Gregory Stone <guomo@yahoo.com> writes:
> I have a situation where I am doing a pg_dump from my database. I want to
> make sure that noone is inserting into the tables being dump during the
> dump. Does the MVCC architecture make it a moot point
It's moot. You get a consistent snapshot as of the dump start time,
regardless.
regards, tom lane