This is a discussion on tsearch feature within the pgsql Admins forums, part of the PostgreSQL category; --> Hi, Sorry for my question, but what's the feature on Oracle like tsearch? Can we consider a good difference ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Sorry for my question, but what's the feature on Oracle like tsearch? Can we consider a good difference PG under Oracle? Of course, PG we can developer our own application in any language. But, talking about text search, does Oracle has a similar feature? Thanks __________________________________________________ _____ Yahoo! Mail - Sempre a melhor opção para você! Experimente já e veja as novidades. http://br.yahoo.com/mailbeta/tudonovo/ ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| On 2/7/07, Alexander B. <burbello3000@yahoo.com.br> wrote: > > Sorry for my question, but what's the feature on Oracle like tsearch? > Can we consider a good difference PG under Oracle? > > Of course, PG we can developer our own application in any language. > But, talking about text search, does Oracle has a similar feature? > Oracle used to call it interMedia Text, now it is called Oracle Text. http://www.oracle.com/technology/pro...ext/index.html |
| |||
| In Oracle there is something similar to tsearch2. It's called as Oracle Text. I vaguely remember the syntax. In Oracle. Select * from table where contains column = (text search) Regards skarthi >From: "Alexander B." <burbello3000@yahoo.com.br> >To: "pgsql-admin@postgresql.org" <pgsql-admin@postgresql.org> >Subject: [ADMIN] tsearch feature >Date: Wed, 07 Feb 2007 14:27:48 -0200 > >Hi, > >Sorry for my question, but what's the feature on Oracle like tsearch? >Can we consider a good difference PG under Oracle? > >Of course, PG we can developer our own application in any language. >But, talking about text search, does Oracle has a similar feature? > >Thanks > > >_________________________________________________ ______ >Yahoo! Mail - Sempre a melhor opção para você! >Experimente já e veja as novidades. >http://br.yahoo.com/mailbeta/tudonovo/ > > > >---------------------------(end of broadcast)--------------------------- >TIP 7: You can help support the PostgreSQL project by donating at > > http://www.postgresql.org/about/donate __________________________________________________ _______________ Talk now to your Hotmail contacts with Windows Live Messenger. http://get.live.com/messenger/overview ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| here is the link on oracle text http://www.oracle.com/technology/pro...ext/index.html >From: "Alexander B." <burbello3000@yahoo.com.br> >To: "pgsql-admin@postgresql.org" <pgsql-admin@postgresql.org> >Subject: [ADMIN] tsearch feature >Date: Wed, 07 Feb 2007 14:27:48 -0200 > >Hi, > >Sorry for my question, but what's the feature on Oracle like tsearch? >Can we consider a good difference PG under Oracle? > >Of course, PG we can developer our own application in any language. >But, talking about text search, does Oracle has a similar feature? > >Thanks > > >_________________________________________________ ______ >Yahoo! Mail - Sempre a melhor opção para você! >Experimente já e veja as novidades. >http://br.yahoo.com/mailbeta/tudonovo/ > > > >---------------------------(end of broadcast)--------------------------- >TIP 7: You can help support the PostgreSQL project by donating at > > http://www.postgresql.org/about/donate __________________________________________________ _______________ Check out all that glitters with the MSN Entertainment Guide to the Academy Awards® http://movies.msn.com/movies/oscars2...coscartagline2 ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |