Re: has_sequence_privilege() never got the memo
Joe Conway <mail@joeconway.com>
From: Joe Conway <mail@joeconway.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2017-11-26T17:53:14Z
Lists: pgsql-hackers
On 11/23/2017 07:16 AM, Peter Eisentraut wrote: > On 11/22/17 22:58, Tom Lane wrote: >> Joe Conway <mail@joeconway.com> writes: >>> I just noticed that has_sequence_privilege() never got the memo about >>> "WITH GRANT OPTION". Any objections to the attached going back to all >>> supported versions? >> >> That looks odd. Patch certainly makes this case consistent with the >> rest of acl.c, but maybe there's some deeper reason? Peter? > > No I think it was just forgotten. Pushed. Joe -- Crunchy Data - http://crunchydata.com PostgreSQL Support for Secure Enterprises Consulting, Training, & Open Source Development
Commits
-
Make has_sequence_privilege support WITH GRANT OPTION
- 69e5b1e9ccd7 9.3.21 landed
- d8d9c97cd118 9.4.16 landed
- db714c62bed9 9.5.11 landed
- 997015ef231a 9.6.7 landed
- 9e051b6746c2 10.2 landed
- 752714dd9de3 11.0 landed