Thanks, Tom. That works well.
John.
On Monday 18 February 2002 11:16 am, Tom Lane wrote:
> John Herreshoff <jkherr(at)centurytel(dot)net> writes:
> > How does one cause pg_dump to save groups and users in the backup
> > file?
>
> Use pg_dumpall, instead.
>
> Users and groups span databases, so it's not really appropriate to
> save them in pg_dump, which backs up only one database ...
>
> regards, tom lane