Database Notification error "operator does not exist: json ->> unknown"
Can anyone help making Database Notification works in PostgreSQL 9.2.4 ?
2 Replies
I dont use postgre, but I saw some complaining about it because using classic json structure instead of jsonb structure
hope this helps.
Thank you for your response. I am used to work fine with json field in postgre. But currently my client using old version of postgres in the production where the json feature is still early, and somehow Filament Database Notification use symbol operator on postgres that not available in that version. I am looking for solution (if any) that not required a postgre version upgrade.