Re: [GENERAL] Grant Priviliges on column

2006-03-17 Thread Marc Munro
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: >

Re: [GENERAL] Grant Priviliges on column

2006-03-17 Thread Richard Huxton
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

Re: [GENERAL] Grant Priviliges on column

2006-03-17 Thread Richard Huxton
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 ---(

[GENERAL] Grant Priviliges on column

2006-03-17 Thread Sean Hamilton
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