Backup pg_shadow
Backup pg_shadow
От:
"Gaetano Mendola" <mendola@bigfoot.com>
Дата:
How can I easily backup the table pg_shadow
or at least how can I backup the data about the users of
the DB?
Ciao
Gaetano
--
#exclude
#include
printf("\t\t\b\b\b\b\b\b");.
printf("\t\t\b\b\b\b\b\b");
Re: Backup pg_shadow
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
"Gaetano Mendola" writes: > How can I easily backup the table pg_shadow > or at least how can I backup the data about the users of > the DB? See pg_dumpall. regards, tom lane