Re: [DOCS] Patch to add results for JSON operator examples

2014-04-22 Thread Bruce Momjian
On Fri, Mar 28, 2014 at 03:51:47PM -0400, Sehrope Sarkuni wrote: > The attached patches adds an "Example Result" column to the json/jsonb > operators table[1] that has the evaluated result of each example. I > think this makes it much easy to reason what each operator does. The > two patches are mu

[DOCS] Patch to add results for JSON operator examples

2014-03-29 Thread Sehrope Sarkuni
The attached patches adds an "Example Result" column to the json/jsonb operators table[1] that has the evaluated result of each example. I think this makes it much easy to reason what each operator does. The two patches are mutually exclusive and I recommend using the -better patch. The patches on