Re: Feasibility of supporting bind params for all command types

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Feasibility of supporting bind params for all command types
Дата
Msg-id 5433B58F.2090108@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Feasibility of supporting bind params for all command types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 10/06/2014 10:13 AM, Tom Lane wrote:
> I think it might be desirable but it'd be a mess, both as to the
> concept/definition and as to the implementation.

Thanks Tom.

The issues around ALTER etc pretty much put it in the
not-worth-caring-about bucket. The issues around parameter typing alone...

I think we just need to add support for client-side parameter binding of
literals with a client-side flag, or by detecting statement type. So
users still get to use bind parameters, but PgJDBC deals with the details.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Следующее
От: Thom Brown
Дата:
Сообщение: RLS - permissive vs restrictive