David Gilbert <[EMAIL PROTECTED]> writes: > I find that the whole database dumps do not have 'create user' and > 'create group' commands.
Those are dumped by pg_dumpall, but not by pg_dump. Since users and groups span all databases in an installation, it wouldn't be very useful for pg_dump to include them in its (per-database) output. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly