"Hauke Runge" <runge@tembit.de> writes:
> ERROR: operator does not exist: bigint ~~ bigint
> I think, this could be a bug.
Yes: in Hibernate. They shouldn't be using LIKE on integers.
If it happens that that's intentional and not a symptom of a logic
error on their part, they need to cast the integers to text explicitly.
regards, tom lane