Thread: backup users and groups informations

backup users and groups informations

From
"Bouchard Sylvie"
Date:
Hi,
I use PostgreSQL  8.0.3  for Windows
I would like to know if it's possible to save, in my backup script  the users and groups informations for a clusters of
databases.
Thank





Re: backup users and groups informations

From
Tom Lane
Date:
"Bouchard Sylvie" <Sylvie.Bouchard@cpln.ch> writes:
> I would like to know if it's possible to save, in my backup script  the users and groups informations for a clusters
ofdatabases. 

pg_dumpall does that.

            regards, tom lane