Re: has_sequence_privilege() never got the memo

2017-11-26 Thread Joe Conway
On 11/23/2017 07:16 AM, Peter Eisentraut wrote: > On 11/22/17 22:58, Tom Lane wrote: >> Joe Conway 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 o

Re: has_sequence_privilege() never got the memo

2017-11-23 Thread Peter Eisentraut
On 11/22/17 22:58, Tom Lane wrote: > Joe Conway 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

Re: has_sequence_privilege() never got the memo

2017-11-22 Thread Tom Lane
Joe Conway 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 deepe