Re: Beta of DBD::Pg 1.44 available

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org, Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
Subject: Re: Beta of DBD::Pg 1.44 available
Date: 2005-09-15 02:49:53
Message-ID: 9315.1126752593@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Greg Sabino Mullane" <greg(at)turnstep(dot)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 is
PREPARE 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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2005-09-15 09:08:15 Re: libpq, ecpg and the bytea data type
Previous Message Greg Sabino Mullane 2005-09-14 23:52:57 Re: Beta of DBD::Pg 1.44 available