Add YAML option to explain

From: Greg Sabino Mullane <greg(at)turnstep(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Add YAML option to explain
Date: 2009-08-28 18:16:12
Message-ID: 4A981EEC.9000907@turnstep.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached patch adds YAML output option to explain:

explain (format YAML) select * from information_schema.columns;

--
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200908281414
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

Attachment Content-Type Size
yaml.explain.patch text/x-patch 8.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2009-08-28 18:52:23 Re: UPDATE .. RETURNING OLD.*
Previous Message Josh Berkus 2009-08-28 17:55:27 Re: 8.5 release timetable, again