Closed
Description
With postgres 9.5 and hasura 1.0-alpha44, when updating a row with a json (or geometry) column, the trigger function throws the following error :
ERROR: could not identify an equality operator for type json
CONTEXT: PL/pgSQL function hdb_views."notify_hasura_test_trigger_UPDATE"() line 39 at IF
Error seems to come from comparison between current and previous row values.
Activity