GRANT RULE IN 8.2

Started by Prischepa Vladimirover 19 years ago2 messagesbugs
Jump to latest

PostgreSQL 8.2 / WIN XP

When I execute sql with GRANT RULE statement.
In sistem table "pg_class", field "relacl" don't change. Statament 'R' is not introduce in Access privileges. Another privileges work god.

P.S. In 8.0 version all good !

#2Milen A. Radev
milen@radev.net
In reply to: Prischepa Vladimir (#1)
Re: GRANT RULE IN 8.2

Prischepa Vladimir написа:

PostgreSQL 8.2 / WIN XP

When I execute sql with GRANT RULE statement.
In sistem table "pg_class", field "relacl" don't change. Statament 'R' is not introduce in Access privileges. Another privileges work god.

P.S. In 8.0 version all good !

Please, read the release notes for 8.2
(http://www.postgresql.org/docs/current/static/release-8-2.html)

"Remove RULE permission for tables, for security reasons (Tom)

As of this release, only a table's owner can create or modify rules for
the table. For backwards compatibility, GRANT/REVOKE RULE is still
accepted, but it does nothing. "

--
Milen A. Radev