On 04.07.2007 10:42, Andrus wrote:
I use pg_dumpall -g but in this case I have two backup files: one regular backup and second contains sql scripts for user creation.

How to force pg_dump to backup users also ?

There is no way around that.

pg_dumpall -g
pg_dump -Fc for each DB.

--
Regards,
Hannes Dorbath

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to