On 13/01/16 15:34, Vladimir Sitnikov wrote:
>> This completely screws over PL/PgSQL, among other things.
>
> Can you elaborate a bit?
You just write a query like this:
SELECT * FROM foo WHERE bar = _Variable;
so you don't get to (or want to) have any control over the underlying
prepared statement.
.m