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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to