Re: Backup ? - Mailing list pgsql-general

From Richard Huxton
Subject Re: Backup ?
Date
Msg-id 45C33ABD.4080406@archonet.com
Whole thread Raw
In response to Backup ?  (Wilton Wonrath <wrwonrath@yahoo.com.br>)
List pgsql-general
Wilton Wonrath wrote:
>
> Is it possible to do a backup only with index ?

You could backup the whole schema and then restore only the schema. See
the --use-list option on pg_restore.

> Is it possible to do a backup only with users, login roles or group roles ?

You can backup the roles with "pg_dumpall -g"

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Peter
Date:
Subject: Query optimization problem
Next
From: Richard Huxton
Date:
Subject: Re: Query optimization problem