Re: Query Plan Columns

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Query Plan Columns
Date: 2010-11-08 23:15:13
Message-ID: 4EBB097C-963F-4778-96DB-B84B3832413F@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Nov 8, 2010, at 3:12 PM, David E. Wheeler wrote:

> It could output a table like the above. FWIW, The function I've written works like this:
>
> SELECT plan('SELECT * FROM bar');

Sorry, that's

SELECT * FROM plan('SELECT * FROM bar');

Best,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2010-11-08 23:27:35 Re: sorted writes for checkpoints
Previous Message David E. Wheeler 2010-11-08 23:12:35 Re: Query Plan Columns