Re: Permission to Select

From: "Eugene E(dot)" <sad(at)bankir(dot)ru>
To: PFC <lists(at)peufeu(dot)com>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Permission to Select
Date: 2006-03-14 06:06:46
Message-ID: 44165D76.7070201@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Eugene E. 2006-03-14 06:10:01 Re: Permission to Select -- I am wrong
Previous Message Eugene E. 2006-03-14 05:59:48 Re: Permission to Select