Re: Allow makeaclitem() to accept multiple privileges

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tharakan, Robins" <tharar(at)amazon(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow makeaclitem() to accept multiple privileges
Date: 2022-07-03 20:50:44
Message-ID: 1379197.1656881444@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tharakan, Robins" <tharar(at)amazon(dot)com> writes:
> Presently, makeaclitem() allows only a single privilege in a single call.
> This
> patch allows it to additionally accept multiple comma-separated privileges.

Seems reasonable. Pushed with minor cosmetic adjustments (mostly
docs changes).

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Przemysław Sztoch 2022-07-03 20:51:56 Re: [PATCH] Completed unaccent dictionary with many missing characters
Previous Message Jehan-Guillaume de Rorthais 2022-07-03 20:12:13 Re: Fix proposal for comparaison bugs in PostgreSQL::Version