| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Barry Lind <barry(at)xythos(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Interesting results using new prepared statements |
| Date: | 2002-09-18 04:09:09 |
| Message-ID: | 200209180409.g8I49Aj23125@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> > But I am not
> > sure how to find out what the execution plan is for a prepared
> > statement, since EXPLAIN doesn't work for a prepared statement (i.e.
> > EXPLAIN EXECUTE <preparedStatementName>, doesn't work).
>
> Hmmm --- I can see the usefulness of that, but it looks like a new
> feature and hence verboten during beta. Maybe a TODO for 7.4?
Added to TODO:
o Allow EXPLAIN EXECUTE to see prepared plans
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lamar Owen | 2002-09-18 04:10:09 | Re: RPMS for 7.3 beta. |
| Previous Message | Bruce Momjian | 2002-09-18 04:07:33 | Re: Schemas not available for pl/pgsql %TYPE.... |