Re: [HACKERS] Allow pg_dumpall to work without pg_authid - Mailing list pgsql-hackers

From Robins Tharakan
Subject Re: [HACKERS] Allow pg_dumpall to work without pg_authid
Date
Msg-id CAEP4nAxS=3PoktDxem+UYdtQeYE1oFpvWxW61eLBR+Q6CoBxFA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-hackers

On Sun, 19 Feb 2017 at 10:08 Stephen Frost <sfrost@snowman.net> wrote:
If anything, it should use pg_roles, not pg_user.

I don't really like the "--avoid-pgauthid" option, but "--no-passwords"
would probably work.


Am sorry, I meant pg_roles (FWIW, the github URL given earlier uses pg_roles).

'--no-passwords' is a good alternative.
Would submit a patch soon.

-
Robins
--

-
robins

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Provide list of subscriptions and publications inpsql's completion
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Add new function dsa_allocate0.