Hello 

I would like to use PGroonga. It is extention of PostgreSQL full text 
search engine. 
http://pgroonga.github.io 

It has the original operator @~.

1, It is possible to create query @~ like the following?

  SELECT
    u.url 
  FROM 
    url_lists u,
    keywords k
  WHERE
    u.url @~ k.url;

2, Sequel.pgrn_like 

 I would like to create Sequel.pgrn_like method. It is similar method 
Sequel.like.
 Could you point me good for that?
 
 Best regards.

--
Hiroyuki Sato.

 
 
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to