under psql you can get help for SQL statement grant.

grant rule on table to someone

menas you grant someone on the table previlige: RULE.

RULE has special meaning. Other previliges you can grant are:
select, delete, update

--Banghe


hal Lynch wrote:

> In the following grant statement what does rule mean?  The manual page
> was no help?!
>
> grant rule on table to someone;
>
> hal
>
> ************


************

Reply via email to