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
The function returns all data related to accounts listed in the array of account_id values passed as an argument. The list of account_id values should be produced within another SQL statement(s). In the example such SQL statement is embedded into the function call and returns an array of all IDs found in the account table. The output is additionally processed with jsonb_pretty function to meke the output readable.