1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00
Files
postgres/contrib/pg_dumpaccounts
Jan Wieck bfecc6a524 Added pg_dumpaccounts utility script in contrib.
Derived from pg_dumpall it just dumps the pg_shadow and
pg_group contents.

Jan
2000-11-02 18:09:49 +00:00
..

pg_dumpaccounts

This is a little utility script derived from pg_dumpall. It just
dumps the global pg_shadow and pg_group as pg_dumpall does without
dumping any of the databases. This is useful for installations 
that have many databases with different backup schedules, where
pg_dumpall will never be run and thus, the users and groups will
never be backed up.