"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