Re: GRANT and REVOKE grammar.

2018-02-28 Thread Alexey Kuleshevich
Just noticed that formatting isn't rendered properly in the mailing list archive on the postgresql website. Here is the plaintext version of the original email: Hi all. The way it is described in the documentation for GRANT syntax (https://www.postgresql.org/docs/10/static/sql-grant.html en

GRANT and REVOKE grammar.

2018-02-26 Thread Alexey Kuleshevich
Hi all.The way it is described in the documentation for GRANT syntax (https://www.postgresql.org/docs/10/static/sql-grant.html end all prior versions) doesn't look quite right. According to the doc, something like that shouldn't be possible: GRANT SELECT(field), TRUNCATE, INSERT(abc) ON TABLE fooba