Re: json_populate_record

From: Jonathan Allard <jonathan(dot)allard(at)hey(dot)com>
To: Jonathan <jonathan(at)allard(dot)io>, "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Subject: Re: json_populate_record
Date: 2020-08-14 00:42:06
Message-ID: 21052f1ca6a73db0959d4f5fac8f824439aef73a@hey.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Thank you for those helpful observations.
“The example seems sufficiently illustrative though.”

I'm not sure what other readers have experienced, but I can say I definitely tried to understand the example, and I wasn't able to piece together what it means. Namely, I had no idea what `null::myrowtype` was supposed to mean. (Not to mention that I wasn't familiar with composite types at all)
“One normally does this by casting SQL null to the desired composite type; usually one associated with an existing table.”

I literally learned this while reading your reply! It would have been really helpful for that to be included in the docs.

One side note: The "Note" layout to expand on functions seems suboptimal to me. It is not easy to discern among the notes which belongs to which. It would probably be helpful to have better fledged sections under the form (function_name => more notes).

"David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
“On Thursday, August 13, 2020, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:
“The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/functions-json.html

Description:

It is not clear what the parameter `base` means”

I agree there is room for improvement here.  The referenced note does’t use the term “base” which making finding the correct note among the various possibilities more difficult.  The example seems sufficiently illustrative though.  Those functions convert json to SQL composite types.  You need to pass in which composite type to convert to.  That is the “base” type.  One normally does this by casting SQL null to the desired composite type; usually one associated with an existing table.

David J.”

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2020-08-14 00:50:51 Re: json_populate_record
Previous Message Tom Lane 2020-08-14 00:39:06 Re: json_populate_record