Re: [PATCH] ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS
Date: 2017-01-10 16:33:14
Message-ID: CAJghg4KVqcEDVMQYYv7+zy1B2t8D2-F+m+QTsnxPOukKy27QWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 9, 2017 at 10:58 AM, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
wrote:

> > Also, should I add translations for that error message in other
> languages (I
> > can do that without help of tools for pt_BR) or is that a latter process
> in
> > the releasing?
> >
>
> I think you should add it but i am not sure when it is done.
>
>
I'll ask one of the guys who work with pt_BR translations (I know him in
person).

> > Other than that, I added a few regression tests (similar to others used
> for
> > ADP), and patched the documentation (my English is not that good, so I'm
> > open to suggestions). Anything else I forgot?
>
> You have forgot to change the description section of "ADP". In the
> description section you need to mention that privileges for schemas
> too can be altered along with other database objects.

Oh... Indeed an oversight, thanks for pointing that out.

> Other than that,
> I feel the patch looks good and has no bug.

Attached a rebased version and with the docs update pointed by Ashutosh
Sharma.

Best regards,
--
Matheus de Oliveira

Attachment Content-Type Size
postgresql-defacl-schema-v1.patch text/x-patch 18.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2017-01-10 17:00:01 Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE
Previous Message David Fetter 2017-01-10 16:31:47 Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE