Re: json_populate_record

2020-08-13 Thread Jonathan Allard
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::myro

Re: json_populate_record

2020-08-13 Thread David G. Johnston
On Thu, Aug 13, 2020 at 5:42 PM Jonathan Allard wrote: > 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_na

Re: json_populate_record

2020-08-13 Thread Tom Lane
"David G. Johnston" writes: > On Thursday, August 13, 2020, PG Doc comments form > wrote: >> 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 > p

Re: json_populate_record

2020-08-13 Thread David G. Johnston
On Thursday, August 13, 2020, PG Doc comments form 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 improvem

json_populate_record

2020-08-13 Thread PG Doc comments form
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