Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: jsonb and nested hstore
Дата
Msg-id 23256.1390925374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: jsonb and nested hstore  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> 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).

Practically every existing use of <indexterm> is freer than this in its
use of whitespace.  It sounds to me like maybe you are trying to put the
<indexterm> inside something it shouldn't go inside of.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: jsonb and nested hstore
Следующее
От: Christian Kruse
Дата:
Сообщение: Re: [PATCH] Use MAP_HUGETLB where supported (v3)