Re: Add YAML option to explain - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Add YAML option to explain
Date
Msg-id 4A984ADF.5020201@agliodbs.com
Whole thread Raw
In response to Re: Add YAML option to explain  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: Add YAML option to explain  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Add YAML option to explain  ("Greg Sabino Mullane" <greg@turnstep.com>)
Re: Add YAML option to explain  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
On 8/28/09 1:13 PM, Greg Sabino Mullane wrote:
> 
>> I thought the consensus was that we didn't want to get into supporting
>> more formats. What does YAML provide that JSON does not?
> 
> Readability and easy editing. All the power of JSON without the
> annoying quotes, braces, and brackets.

How many lines of code does YAML support add to the codebase?

While I personally like YAML, it's not like it has broad industry
support.  And people wouldn't interface with the XML or JSON directly;
they'd use a library for that.  That's the whole point of having those
outputs.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Florian Weimer
Date:
Subject: Re: Add YAML option to explain
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Add YAML option to explain