Re: Feasibility of supporting bind params for all command types - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Feasibility of supporting bind params for all command types
Date
Msg-id 5433B58F.2090108@2ndquadrant.com
Whole thread Raw
In response to Re: Feasibility of supporting bind params for all command types  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Next
From: Thom Brown
Date:
Subject: RLS - permissive vs restrictive