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