Re: Confusion over Python drivers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Confusion over Python drivers
Дата
Msg-id 25211.1265985087@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Confusion over Python drivers  (Andrew McNamara <andrewm@object-craft.com.au>)
Ответы Re: Confusion over Python drivers  (Andrew McNamara <andrewm@object-craft.com.au>)
Список pgsql-hackers
Andrew McNamara <andrewm@object-craft.com.au> writes:
>>> The solution is to write the query in an unambiguous way:
>>> SELECT $1::date + 1;

> You are missing the point: this is not about what types the SQL execution
> sees. It is about making sure the correct recv function is applied to
> the binary parameter data.

Indeed, and the above locution does set that.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Add on_trusted_init and on_untrusted_init to plperl UPDATED [PATCH]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: review: More frame options in window functions