Re: Allow makeaclitem() to accept multiple privileges
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Tharakan, Robins" <tharar@amazon.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-07-03T20:50:44Z
Lists: pgsql-hackers
"Tharakan, Robins" <tharar@amazon.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
Commits
-
Allow makeaclitem() to accept multiple privilege names.
- b762bbde30d2 16.0 landed