public inbox for [email protected]  
help / color / mirror / Atom feed
documentation: json processing table pasto
2+ messages / 2 participants
[nested] [flat]

* documentation: json processing table pasto
@ 2014-04-13 09:36  rudolf <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: rudolf @ 2014-04-13 09:36 UTC (permalink / raw)
  To: pgsql-docs

(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.



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



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: documentation: json processing table pasto
@ 2014-04-16 15:25  Bruce Momjian <[email protected]>
  parent: rudolf <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Bruce Momjian @ 2014-04-16 15:25 UTC (permalink / raw)
  To: rudolf <[email protected]>; +Cc: pgsql-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>


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2014-04-16 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2014-04-13 09:36 documentation: json processing table pasto rudolf <[email protected]>
2014-04-16 15:25 ` Bruce Momjian <[email protected]>

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