Hi, I am using SQLCustomType to declare a field inet to tie it to string. Now I want to use custom SQL operator on it. I am trying to use <<= operator which says contains within, its like LIKE for inet field. How can I create it?
Ref: http://www.postgresql.org/docs/current/static/functions-net.html Vikas

