Обсуждение: PG_Dump Users and Groups

Поиск
Список
Период
Сортировка

PG_Dump Users and Groups

От
David Chapman
Дата:
Hi there,
 
Can PG_dump create commands that will include restoring the users and groups after a fatal disk crash?


David Chapman
David's Backyard Computing

 

Re: PG_Dump Users and Groups

От
Tom Lane
Дата:
David Chapman <david.luckychap@gmail.com> writes:
> Can PG_dump create commands that will include restoring the users and groups
> after a fatal disk crash?

pg_dump doesn't do that; pg_dumpall does.  This is because pg_dump is
meant to dump only one database in an installation, while users and
groups span the whole installation.  So they should be dumped as part
of a whole-installation dump, ie, pg_dumpall.

BTW, please send list messages to pgsql-novice, not pgsql-novice-owner.

            regards, tom lane