How can I fix the error with json_object in postgresql-9.6?
问题 There is Zabbix with PostgreSQL database monitoring. There is one trigger in Zabbix that constantly spam error: ERROR: function json_object(text[], text[]) does not exist LINE 11: SELECT json_object(array_agg(name), array_agg(setting)) F... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. SQL state: 42883 Character: 190 Found a template in which this trigger is registered. It is standard, I tried to request a line separately in Postgres