Re: Using Postgresql as application server - Mailing list pgsql-general

From John R Pierce
Subject Re: Using Postgresql as application server
Date
Msg-id 4E4BEDBE.7050700@hogranch.com
Whole thread Raw
In response to Re: Using Postgresql as application server  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Using Postgresql as application server
List pgsql-general
On 08/17/11 7:40 AM, Merlin Moncure wrote:
> GRANT/REVOKE only constrain read/write privileges to a database.

at a table level, and even distinguishing between INSERT (writing new
data) and UPDATING (updating existing data).  you can get even finer
granularity, using functions with SECURITY_DEFINER based permissions.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: "David Johnston"
Date:
Subject: Re: Not Seeing Syntax Error
Next
From: Rich Shepard
Date:
Subject: Re: Not Seeing Syntax Error