No, but Veil allows you do it:
http://veil.projects.postgresql.org/
Be warned, implementing column or row-level privileges is not trivial.
If you are sure you need to do it and want to try Veil, I'll give you
what help I can.
__
Marc
On Fri, 2006-03-17 at 11:50 -0400, [EMAIL PROTECTED]
wrote:
>
Sean Hamilton wrote:
Does Postgres support granting priviliges at the column level?
ex. grant update on tableA (id, description) to user
... Or, perhaps with a before-update trigger.
--
Richard Huxton
Archonet Ltd
---(end of broadcast)---
T
Sean Hamilton wrote:
Does Postgres support granting priviliges at the column level?
ex. grant update on tableA (id, description) to user
No, but you can do something similar with views + rules and granting
permissions on that.
--
Richard Huxton
Archonet Ltd
---(
Does Postgres support granting priviliges at the column level?
ex. grant update on tableA (id, description) to user
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMA