Thread: GRANT RULE IN 8.2

GRANT RULE IN 8.2

From
"Prischepa Vladimir"
Date:
PostgreSQL  8.2 /  WIN XP

When I execute sql with GRANT RULE statement.=20
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 !=

Re: GRANT RULE IN 8.2

From
"Milen A. Radev"
Date:
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.
Anotherprivileges 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