Re: has_sequence_privilege() never got the memo

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joe Conway <mail@joeconway.com>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2017-11-23T03:58:05Z
Lists: pgsql-hackers
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?

			regards, tom lane


Commits

  1. Make has_sequence_privilege support WITH GRANT OPTION