Re: pg_dump roles support - Mailing list pgsql-hackers

From Benedek László
Subject Re: pg_dump roles support
Date
Msg-id 491CB8B8.3060706@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
List pgsql-hackers
On 2008-11-08 09:25, Benedek László wrote:
>> Does this work if the role name contains a ' ?
>
> Right, this one fails with ' in the role name. An update coming soon
> closing this issue.
>
Here is an updated patch, which deals with 's in the rolename.
Please review.

  doc/src/sgml/ref/pg_dump.sgml        |   16 +++++++++
  doc/src/sgml/ref/pg_dumpall.sgml     |   15 ++++++++
  src/bin/pg_dump/pg_backup.h          |    2 +
  src/bin/pg_dump/pg_backup_archiver.c |   35 ++++++++++++++++++-
  src/bin/pg_dump/pg_dump.c            |   60
+++++++++++++++++++++++++++++++++-
  src/bin/pg_dump/pg_dumpall.c         |   23 +++++++++++++
  6 files changed, 148 insertions(+), 3 deletions(-)

Thank you, regards

Benedek Laszlo


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: array_agg and array_accum (patch)
Next
From: Stephen Frost
Date:
Subject: Re: WIP: Column-level Privileges