BUG #15927: PGresult *PQexecParams(..) not work on view

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: pm_fon(at)mail(dot)ru
Subject: BUG #15927: PGresult *PQexecParams(..) not work on view
Date: 2019-07-26 18:11:08
Message-ID: 15927-5021504e29027e8d@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15927
Logged by: Vladimir Dobrokhotov
Email address: pm_fon(at)mail(dot)ru
PostgreSQL version: 10.1
Operating system: freebsd 11.1
Description:

create temp table ttt(a text)
...
select * from ttt where a= $1
create temp view vvv as select * from ttt where a= $1
>ERROR: bind message supplies 1 parameters, but prepared statement ""
requires 0

(there are no restrictions on specific commands in the documentation)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2019-07-26 18:21:44 Re: BUG #15927: PGresult *PQexecParams(..) not work on view
Previous Message Slawomir Chodnicki 2019-07-26 16:15:00 Re: BUG #15925: Loss of precision converting money to numeric