Re: Add YAML option to explain
David Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Greg Sabino Mullane <greg@turnstep.com>,
pgsql-hackers@postgresql.org
Date: 2009-08-28T23:37:41Z
Lists: pgsql-hackers
On Aug 28, 2009, at 3:45 PM, Stephen Frost wrote: > +1 from me. I've read the other comments and just plain don't agree > with them. It's a small patch, adds a useful format for EXPLAIN, and > would be used. > > One of the best things about PG is the flexibility and usability. I agree, I tend to prefer YAML output where it's parseable (and I expect it the EXPLAIN YAML output won't be doing anything tricky). That said, maybe there should be a way to create modules add formats, instead of adding them to core? Best, David