Thread: documentation: json processing table pasto

documentation: json processing table pasto

From
rudolf
Date:
(Please CC me the reply, I'm not subscribed to the list.)

Hi,

the table
http://www.postgresql.org/docs/devel/static/functions-json.html#FUNCTIONS-JSON-PROCESSING-TABLE
contains two json_extract_path_text() entries, where the second should
be the jsonb variant.

Regards,

r.



Re: documentation: json processing table pasto

From
Bruce Momjian
Date:
On Sun, Apr 13, 2014 at 11:36:08AM +0200, rudolf wrote:
> (Please CC me the reply, I'm not subscribed to the list.)
>
> Hi,
>
> the table http://www.postgresql.org/docs/devel/static/functions-json.html#FUNCTIONS-JSON-PROCESSING-TABLE
> contains two json_extract_path_text() entries, where the second
> should be the jsonb variant.

Fixed with the attached patch.  Thanks.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Attachment