public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bruce Momjian <[email protected]>
To: rudolf <[email protected]>
Cc: [email protected]
Subject: Re: documentation: json processing table pasto
Date: Wed, 16 Apr 2014 11:25:08 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

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  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Attachments:

  [text/x-diff] json.diff (899B, 2-json.diff)
  download | inline diff:
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index 0809a6d..1759c88
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
*************** table2-mapping
*** 10536,10542 ****
        </row>
        <row>
         <entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
!          </para><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
         </para></entry>
         <entry><type>text</type></entry>
         <entry>
--- 10536,10542 ----
        </row>
        <row>
         <entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
!          </para><para><literal>json_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
         </para></entry>
         <entry><type>text</type></entry>
         <entry>


view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: documentation: json processing table pasto
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox