On Wed, 2006-05-10 at 10:49, mcelroy, tim wrote: > Greetings, > > > > Does the pg_dump command ‘backup’ the pg_xlog files? No. Those are internal files used by the database to maintain transactional integrity. The pg_dump command backs up the database as snapshotted at a specific point of time. What are you trying to accomplish?