You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example would be a function which returns all BOOLEAN fields and their values in a MAP, which can be UNNESTed.
A prototype would be json_each_text from Postgres: https://www.postgresql.org/docs/9.3/functions-json.html
An example would be a function which returns all BOOLEAN fields and their values in a MAP, which can be UNNESTed.
A prototype would be
json_each_textfrom Postgres: https://www.postgresql.org/docs/9.3/functions-json.html