pg_dump question - Mailing list pgsql-hackers

From Laurette Cisneros
Subject pg_dump question
Date
Msg-id Pine.LNX.4.33.0201181620500.1688-100000@visor.corp.nextbus.com
Whole thread Raw
Responses Re: pg_dump question  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
We use pg_dump nightly to dump data from all tables in our databases (only
table data, makes restore easier, trust me on that).

My question is this:

I have many tables that have millions of rows.

Let's say I start the pg_dump...

Then, an update in a transaction occurs that updates 3 different tables
over a period of time.

Will some of the pg_dump table data be "out of sync"?

How exactly does pg_dump (if at all) handle transactions/table changes?

Thanks for the info.

-- 
Laurette Cisneros
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
Passenger Information Everywhere



pgsql-hackers by date:

Previous
From: "Arguile"
Date:
Subject: Re: Confusing terminology
Next
From: Tom Lane
Date:
Subject: Schemas vs. PostQUEL: resolving qualified identifiers