Re: Beta of DBD::Pg 1.44 available - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Beta of DBD::Pg 1.44 available
Date
Msg-id 9315.1126752593@sss.pgh.pa.us
Whole thread Raw
In response to Re: Beta of DBD::Pg 1.44 available  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: Beta of DBD::Pg 1.44 available
List pgsql-interfaces
"Greg Sabino Mullane" <greg@turnstep.com> writes:
>> Thanks for doing all of this.  I will give it a whirl.  Just a quick
>> question on the point directly above: does this imply that explain and
>> explain analyze are excluded from placeholder parsing?

The existing approach for that isPREPARE foo(parameter types) AS SELECT ...EXPLAIN [ANALYZE] EXECUTE foo(parameter
values)

> ... A third (and probably best) option is to make the parser
> inside of DBD::Pg recognize dollar-quoting.

I think you need to do that, independently of anything else ...
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Beta of DBD::Pg 1.44 available
Next
From: Michael Fuhr
Date:
Subject: Re: libpq, ecpg and the bytea data type