Re: pg_dump roles support - Mailing list pgsql-hackers

From Benedek László
Subject Re: pg_dump roles support
Date
Msg-id 48DABC54.6030009@benedekl.tvnetwork.hu
Whole thread Raw
In response to Re: pg_dump roles support  (Benedek László <laci@benedekl.tvnetwork.hu>)
Responses Re: pg_dump roles support  (Benedek László <laci@benedekl.tvnetwork.hu>)
List pgsql-hackers
Hello,

I modified my previous patch supporting the --role option in pg_dump and
pg_dumpall.
The attached patch contains the following things:

- pg_dump and pg_dumpall accepts the --role=rolename parameter, and
sends a SET ROLE
command on their connections
- pg_dumpall passes this option to the called pg_dump process
- pg_dump emits the SET ROLE command into the archive
- sgml documentation of this feature

Please review it

Regards, Laszlo Benedek

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Upgrading pgFoundry (Was: Where to Host Project)
Next
From: KaiGai Kohei
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)