Re: [INTERFACES] A question on triggers - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] A question on triggers
Date
Msg-id 4624.950739193@sss.pgh.pa.us
Whole thread Raw
In response to Re: [INTERFACES] A question on triggers  (Constantin Teodorescu <teo@flex.ro>)
List pgsql-interfaces
>>>> Is there any chance to restrict the direct updates of any user to the
>>>> "stock" table?
>>>> So that the information in the "stock" table should be updated ONLY by
>>>> those triggers?

> But wouldn't be nice if PostgreSQL could offer a more elegant solution?

Can't you do it with the normal GRANT/REVOKE access-control mechanism?

I'm pretty sure that for rules (views), the access rights for queries
issued within the rule are checked based on the owner of the rule, not
the user who invoked the rule.  Triggers ought to work the same way,
though I haven't tried it.  So you could make the trigger function and
the protected table owned by the same user, and then not grant write
permission on that table to anyone else.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Wojtek Sobczuk
Date:
Subject: ecpg
Next
From: "Bryan White"
Date:
Subject: Managing the memory requierments of large query results