Re: Permission to Select - Mailing list pgsql-sql

From Eugene E.
Subject Re: Permission to Select
Date
Msg-id 44165D76.7070201@bankir.ru
Whole thread Raw
In response to Re: Permission to Select  (PFC <lists@peufeu.com>)
Responses Re: Permission to Select -- I am wrong
List pgsql-sql
PFC wrote:
> 
> 
>> What information can be retrieved from a structure by being able to
>> update all rows?
> 
> 
>     Write a plpgsql function snoop(x) which inserts x into a table 
> 'log'  created by you, and also returns x.
>     UPDATE users SET password=snoop(password).
>     Read log table.
>     Done.

This trick is available _NOW_.
(in the current state of permission system)


pgsql-sql by date:

Previous
From: "Eugene E."
Date:
Subject: Re: Permission to Select
Next
From: "Eugene E."
Date:
Subject: Re: Permission to Select -- I am wrong