I’ve got a need to change sort order for jsonb field. I’m looking for a way to change “order by” behavior like it is described in my previous question.
I’ve found a piece of doc which says that it is possible to override method “int compare(Datum a, Datum b)” here: