Re: [HACKERS] Inconsistent syntax in GRANT - Mailing list pgsql-patches

From Neil Conway
Subject Re: [HACKERS] Inconsistent syntax in GRANT
Date
Msg-id 43BD8F5E.20201@samurai.com
Whole thread Raw
In response to Re: [HACKERS] Inconsistent syntax in GRANT  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian wrote:
> The following patch allows VIEW and SEQUENCE for GRANT.  I didn't add
> checks for relkind, figuring it wasn't worth it, right?

I think checking the relkind is pretty reasonable, and should require
only a few lines of code -- why not do it?

-Neil


pgsql-patches by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [HACKERS] Inconsistent syntax in GRANT
Next
From: "Jim C. Nasby"
Date:
Subject: Summary table trigger example race condition