jsonb_each_text(jsonb) returns value::jsonb, not text

From: vodevsh(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: jsonb_each_text(jsonb) returns value::jsonb, not text
Date: 2016-12-09 13:05:49
Message-ID: 20161209130549.1402.15836@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/functions-json.html
Description:

Hi,
According to
https://www.postgresql.org/docs/current/static/functions-json.html,
"jsonb_each_text(jsonb)" returns "setof key text, value text", but if you
"pg_typeof(value)" on result it shows "jsonb".
Thank you

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Marko Tiikkaja 2016-12-11 13:36:29 Re: jsonb_each_text(jsonb) returns value::jsonb, not text
Previous Message fndevos 2016-12-08 12:31:55 Suggestion for the tables in documentation