On 2010-12-23, gvim <[email protected]> wrote: > What's the easiest way, in PostgreSQL 9.0, to keep a duplicate > database on my local machine updated at intervals from another on a > remote machine without having to reset permissions after a > backup/restore.
create roles matching the names of the remote roles and grant those roles to your local users. -- ⚂⚃ 100% natural -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
