Re: Copying Permissions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Copying Permissions
Date
Msg-id CA+TgmoYiU+V7KHVS_BOfVgTfia6v8DaFRs93tWTLfRDnS5Sqpw@mail.gmail.com
Whole thread Raw
In response to Re: Copying Permissions  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: Copying Permissions
List pgsql-hackers
On Wed, Nov 9, 2016 at 2:54 PM, Corey Huinker <corey.huinker@gmail.com> wrote:
> 3. The operation is judged to have succeeded if at least one permission is
> granted, or NO grants failed (i.e. there was nothing to grant).

Allow me to be skeptical.  If a user types INSERT INTO blah VALUES
(...), (...), (...) should we change the system to report success if
at least 1 of the 3 rows got successfully inserted?  I bet that
wouldn't go over well.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Specifying the log file name of pgbench -l option
Next
From: Tom Lane
Date:
Subject: Re: proposal: psql \setfileref