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:54
Message-ID: 441AD66A.2000101@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

... Or, perhaps with a before-update trigger.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Randy Yates 2006-03-17 16:07:38 Re: Encountering NULLS in plpgsql
Previous Message Richard Huxton 2006-03-17 15:31:39 Re: Grant Priviliges on column