Re: pg_dump - groups and users. - Mailing list pgsql-novice

From John Herreshoff
Subject Re: pg_dump - groups and users.
Date
Msg-id 200202190043.g1J0hTZ20997@mail3.centurytel.net
Whole thread Raw
In response to Re: pg_dump - groups and users.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Thanks, Tom.  That works well.

John.

On Monday 18 February 2002 11:16 am, Tom Lane wrote:
> John Herreshoff <jkherr@centurytel.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

pgsql-novice by date:

Previous
From: Pam Wampler
Date:
Subject: examples of psql in shell script
Next
From: Pam Wampler
Date:
Subject: How to load nulls into timestamp field