[DOCS] jsonb_each_text(jsonb) returns value::jsonb, not text - Mailing list pgsql-docs

From vodevsh@gmail.com
Subject [DOCS] jsonb_each_text(jsonb) returns value::jsonb, not text
Date
Msg-id 20161209130549.1402.15836@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] jsonb_each_text(jsonb) returns value::jsonb, not text  (Marko Tiikkaja <marko@joh.to>)
List 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

pgsql-docs by date:

Previous
From: fndevos@gmail.com
Date:
Subject: [DOCS] Suggestion for the tables in documentation
Next
From: Marko Tiikkaja
Date:
Subject: Re: [DOCS] jsonb_each_text(jsonb) returns value::jsonb, not text