On Mon, Sep 12, 2016 at 3:46 PM, Lee Hachadoorian <[email protected]> wrote: > * Because database is updated infrequently, workforce can come > together for LAN-based replication as needed > * Entire database is on the order of a few GB
Just update one copy, then send pg_dump's to the others for stomping over the old one. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
