Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: jsonb and nested hstore
Date
Msg-id 52E7D436.8080002@dunslane.net
Whole thread Raw
In response to Re: jsonb and nested hstore  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: jsonb and nested hstore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 01/28/2014 10:50 AM, Alvaro Herrera wrote:
>> +         </indexterm><indexterm>
>> +          <primary>jsonb_each</primary>
>> +         </indexterm><para><literal>json_each(json)</literal>
>> +         </para><para><literal>jsonb_each(jsonb)</literal>
>> +       </para></entry>
> This SGML nesting is odd and hard to read.  Please place opening tags in
> separate lines (or at least not immediately following a closing tag).  I
> am not sure whether the mentions of jsonb_each vs. json_each there are
> correct or typos.  This also occurs in other places.
>
>

As I understand it, an <entry> tag can only contain block-level elements 
like <para> if there are no inline elements (including white space).

If that's not correct I'll change it, but that's what I read here: 
<http://oreilly.com/openbook/docbook/book/entry.html>

cheers

andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: alternative back-end block formats
Next
From: Tom Lane
Date:
Subject: Re: jsonb and nested hstore