Re: Query Plan Columns - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Query Plan Columns
Date
Msg-id 4EBB097C-963F-4778-96DB-B84B3832413F@kineticode.com
Whole thread Raw
In response to Re: Query Plan Columns  ("David E. Wheeler" <david@kineticode.com>)
List 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



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Query Plan Columns
Next
From: Jeff Janes
Date:
Subject: Re: sorted writes for checkpoints