Re: Backup of users and groups? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Backup of users and groups?
Date
Msg-id Pine.BSO.4.56.0403101100200.1611@leary.csoft.net
Whole thread Raw
In response to Re: Backup of users and groups?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc

On Wed, 10 Mar 2004, Dave Cramer wrote:

> Bjorn,
>
> You should do a pg_dump all of your database(s) if you want to restore
> them on to a 7.4 instance.
>
> At a minimum, do a pg_dump -s db for the schema, I believe it will dump
> the users and groups.

pg_dump only operates on one database, to dump cluster global entities
like users and groups pg_dumpall should be used.

Also this is not a JDBC question and is more appropriate for the -general
list.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Richard Bottoms
Date:
Subject: Re: two dimensional arrays supported?
Next
From: Markus Schaber
Date:
Subject: Register arbitrary types Framework