permissioning PL/pgsql functions

From: Richard Emberson <emberson(at)phc(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: permissioning PL/pgsql functions
Date: 2002-02-19 16:01:42
Message-ID: 3C7276E5.EADB5006@phc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would like a table to be read-only (select statements) for one set of
users except if they access
the table via a PL/pgsql function in which case the user can insert,
update, and delete.

Is this possible and, if so, how?

Thanks.

Richard

Browse pgsql-general by date

  From Date Subject
Next Message Gurunandan R. Bhat 2002-02-19 16:06:18 Difference of Time types changed in 7.2
Previous Message Tom Lane 2002-02-19 15:58:34 Re: text vs varchar(n)