Alvaro Herrera <alvhe...@commandprompt.com> writes: > And here's the last necessary bit, which is pg_dump support for all > this.
> + /* Dump role/database settings */ > + if (!tablespaces_only) > + { > + if (server_version >= 80500) > + dumpDbRoleConfig(conn); > + } Hmm ... I would kind of think that --roles-only should suppress this too. Otherwise you're going to be dumping commands that might refer to nonexistent databases. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers