Re: Grant Priviliges on column

From: Richard Huxton <dev(at)archonet(dot)com>
To: Sean Hamilton <sehamilt(at)chfund(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Grant Priviliges on column
Date: 2006-03-17 15:31:39
Message-ID: 441AD65B.80204@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2006-03-17 15:31:54 Re: Grant Priviliges on column
Previous Message Richard Huxton 2006-03-17 15:31:02 Re: pgsql variables from records