Re: Remove all trace of EXPLAIN EXECUTE

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Remove all trace of EXPLAIN EXECUTE
Date: 2005-08-10 07:41:25
Message-ID: 1123659685.3670.606.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 2005-08-09 at 18:50 -0400, Tom Lane wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> > There once was a rumour of a EXPLAIN EXECUTE command.
> > This minor patch removes all trace of that, but without disturbing other
> > valid occurrences of the EXECUTE command, which still lives on.
>
> It's not as dead as you seem to think.
>
> regression=# prepare foo as select * from tenk1;
> PREPARE
> regression=# explain execute foo;
> QUERY PLAN
> -------------------------------------------------------------
> Seq Scan on tenk1 (cost=0.00..458.00 rows=10000 width=244)
> (1 row)
>
> regression=#

Got me! LOL

Patch retracted.

Best Regards, Simon Riggs

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-08-10 08:04:23 5 new entries for FAQ
Previous Message William ZHANG 2005-08-10 06:15:43 Re: BUG #1815: ECPGdebug causes crash on Windows XP