Re: leaky views, yet again - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: leaky views, yet again
Date
Msg-id 20101007132327.GR26232@tamriel.snowman.net
Whole thread Raw
In response to Re: leaky views, yet again  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: leaky views, yet again
List pgsql-hackers
* Heikki Linnakangas (heikki.linnakangas@enterprisedb.com) wrote:
> On 07.10.2010 16:10, Stephen Frost wrote:
>> Also, even if you can't create functions (due to lack of create
>> privileges on any schema), you could use DO clauses now.
>
> There's no way to shoehorn a DO clause into a SELECT, you can't do:
>
> SELECT data FROM view WHERE (DO $$ RAISE NOTICE argument; $$) = 1

Wow, I just kind of assumed you could; I'm not really sure why.  Perhaps
it'll be possible in the future though, so might be something to think
about if/when it happens.  Can't see a way to abuse the view from inside
a DO or in a function in the same way either.
Stephen

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Sync Rep at Oct 5
Next
From: Stephen Frost
Date:
Subject: Re: leaky views, yet again