Re: json_to_record Example

2018-06-20 Thread Yousof Shaladi
stgresql.org/docs/10/static/functions-json.html > > > Description: > > > > > > Hi team, > > > > > > I had the following issue when going through your > > > https://www.postgresql.org/docs/current/static/functions-json.html

Re: json_to_record Example

2018-06-19 Thread Bruce Momjian
gh your > > https://www.postgresql.org/docs/current/static/functions-json.html docs. > > > > Looking at the json_to_record example it took me quite a while that it > is > > not possible to put the json_to_record function right after the the from > > clause

Re: json_to_record Example

2018-06-02 Thread Yousof Shaladi
ng through your > > https://www.postgresql.org/docs/current/static/functions-json.html docs. > > > > Looking at the json_to_record example it took me quite a while that it is > > not possible to put the json_to_record function right after the the from > > clause but inst

Re: json_to_record Example

2018-05-26 Thread Bruce Momjian
when going through your > https://www.postgresql.org/docs/current/static/functions-json.html docs. > > Looking at the json_to_record example it took me quite a while that it is > not possible to put the json_to_record function right after the the from > clause but instead I would nee

json_to_record Example

2018-05-08 Thread PG Doc comments form
the json_to_record example it took me quite a while that it is not possible to put the json_to_record function right after the the from clause but instead I would need to put the tables name in front, then use the json_to_record function. Then put the column definitions behind it and in the SELECT