Re: JSON doc problem

Поиск
Список
Период
Сортировка
Искать

Re: JSON doc problem

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Bruce Momjian  writes:
> What does this "But" refer to, and it is consistent with the sentences above?

Hmm.  Probably "Also" or "Moreover" would work there.  I think this might
be leftover from a previous version of the paragraph --- I recall having
rewritten that several times before I was satisfied with it.

			regards, tom lane

JSON doc problem

От:
Bruce Momjian <bruce@momjian.us>
Дата:
There seems to be a problem in this 9.4 JSON doc paragraph in json.sgml:

    The technical difference between a jsonb_ops
    and a jsonb_path_ops GIN index is that the former
    creates independent index items for each key and value in the data,
    while the latter creates index items only for each value in the
    data.For this purpose, the term value</>
    includes array elements, though JSON terminology sometimes considers
    array elements distinct from values within objects.
--> But in jsonb_path_ops, each index item is a hash
    of both the value and the key(s) leading to it; for example to index
    {"foo": {"bar": "baz"}}, a single index item would
    be created incorporating all three of foo</>, bar</>,

What does this "But" refer to, and it is consistent with the sentences above?

-- 
  Bruce Momjian          http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Re: JSON doc problem

От:
Bruce Momjian <bruce@momjian.us>
Дата:
On Sat, Jun 21, 2014 at 11:32:40AM -0400, Tom Lane wrote:
> Bruce Momjian  writes:
> > What does this "But" refer to, and it is consistent with the sentences above?
> 
> Hmm.  Probably "Also" or "Moreover" would work there.  I think this might
> be leftover from a previous version of the paragraph --- I recall having
> rewritten that several times before I was satisfied with it.

Thanks.  I have adjusted it with the attached, applied patch.

-- 
  Bruce Momjian          http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +
FAQ