Re: pg_dump no longer honors --no-reconnect - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump no longer honors --no-reconnect
Date
Msg-id 24938.1064851102@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump no longer honors --no-reconnect  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_dump no longer honors --no-reconnect  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Peter Eisentraut wrote:
>> It had been dicussed on and off for quite some time.  This limitation
>> should only apply if you create dumps that contain objects owned by more
>> than one user.  (Does it?  I didn't check.)

> Yes, but didn't the old code prompt you for passwords, or silently work
> if you had things set to 'trust', while our new code requires
> super-user?

If you have things set to "trust", you can be superuser, eh?

A password approach might be workable using ~/.pgpass, but only in a
scenario where (a) a non-superuser has everyone else's passwords in his
~/.pgpass, and (b) there are no superuser-owned objects in the dump.
Neither of those assumptions hold up to scrutiny.

In practice I think use-set-session-auth is vastly the superior
technique, especially considering you can use --no-owner if you
really don't want any SET SESSION AUTH commands in there.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: more i18n/l10n issues
Next
From: Bruce Momjian
Date:
Subject: Re: more i18n/l10n issues