small question - Mailing list pgsql-general

From Roman Havrylyak
Subject small question
Date
Msg-id 9liuui$2gfo$1@news.tht.net
Whole thread Raw
List pgsql-general
Suppose we have table A and table B. When action is performed on table A
(for example INSERT), some action (for example UPDATE) through the trigger
is done on table B.

If user had GRANT permission on both tables - everything is good. But in
that way user can get access to table B directly.

If I need to limit user's access to table B only through the trigger, how to
do this?




pgsql-general by date:

Previous
From: "Tille, Andreas"
Date:
Subject: Sparc seems very slow
Next
From: "Roman Havrylyak"
Date:
Subject: rotating table question