I have not been able to find Squeal analogs of the PostgreSQL operators `~`, `~*`, `!~` and `!~*` (https://www.postgresql.org/docs/12/functions-matching.html). Have I overlooked something, or do I need to implement them myself?
I have not been able to find Squeal analogs of the PostgreSQL operators
~,~*,!~and!~*(https://www.postgresql.org/docs/12/functions-matching.html).Have I overlooked something, or do I need to implement them myself?