Re: [HACKERS] pg_dump custom format specification

2012-01-21 Thread Andrew Dunstan
On 01/21/2012 07:44 AM, Guillermo M. Narvaja wrote: Someone has some kind of specification or description of the pg_dump custom format? What I'm trying to do is an utility to remotelly syncronize postgresql dumps, using lib_rsync to syncronize each table independently and copying blobs only wh

[HACKERS] pg_dump custom format specification

2012-01-21 Thread Guillermo M. Narvaja
Someone has some kind of specification or description of the pg_dump custom format? What I'm trying to do is an utility to remotelly syncronize postgresql dumps, using lib_rsync to syncronize each table independently and copying blobs only when sizes differ. I've made the same using the Tar form