I migrated a project from RethinkDB to Postgres and replaced the changefeeds with a trigger that uses NOTIFY, does the same thing except that with the changefeeds I had the diff and with this trigger I still have to re-fetch the row and compare the diff.
https://gist.github.com/bithavoc/f40bbc33b553f2fddf9e1095858...
Something that RethinkDB supported natively :(