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

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15927: PGresult *PQexecParams(..) not work on view
Дата
Msg-id 15927-5021504e29027e8d@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15927: PGresult *PQexecParams(..) not work on view  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15927
Logged by:          Vladimir Dobrokhotov
Email address:      pm_fon@mail.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)


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Slawomir Chodnicki
Дата:
Сообщение: Re: BUG #15925: Loss of precision converting money to numeric
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #15927: PGresult *PQexecParams(..) not work on view