Re: Extract numeric [field] in JSONB more effectively

2023-08-10 Thread Andy Fan
Hi Chap: Thanks for the review. > The minor spelling point, the word 'field' has been spelled > 'filed' throughout this comment (just as in the email subject): > > + /* > +* Simplify cast(jsonb_object_filed(jsonb, filedName) as > type) > +* to json

Re: Extract numeric [field] in JSONB more effectively

2023-08-09 Thread jian he
On Wed, Aug 9, 2023 at 4:30 AM Chapman Flack wrote: > > Hi, > > Looking at the most recent patch, so far I have a minor > spelling point, and a question (which I have not personally > explored). > > The minor spelling point, the word 'field' has been spelled > 'filed' throughout this comment (just

Re: Extract numeric [field] in JSONB more effectively

2023-08-08 Thread Chapman Flack
Hi, Looking at the most recent patch, so far I have a minor spelling point, and a question (which I have not personally explored). The minor spelling point, the word 'field' has been spelled 'filed' throughout this comment (just as in the email subject): + /* +* Si