Re: Postgress and MYSQL - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: Postgress and MYSQL
Date
Msg-id Pine.GSO.4.58.0401151404370.25628@ra.sai.msu.su
Whole thread Raw
In response to Re: Postgress and MYSQL  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On Wed, 14 Jan 2004, Joshua D. Drake wrote:

>
> >That's good to hear.  What is monogo and is it the problem here?  Why don't
> >it use TSearch if it is better?  Is it just a matter of someone taking the
> >time to set it up?
> >
> >
> It is a little more complicated than that. Monogo or whatever it is
> called is more
> like a web spider that uses postgresql. Thus we can search the entire
> postgresql
> website. Tsearch is more about text search within PostgreSQL so we would
> have
> to load the books etc... into the database. That is not as easy as it
> sounds.

Then use OpenFTS if you prefer to store documents outside of database.
I don't see any problem to develop separate search on official postgres
documentations.

>
> Also if you are looking for something very cool... check out www.pgsql.ru
>
> Sincerely,
>
> Joshua D. Drake
>
>

    Regards,
        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Postgress and MYSQL
Next
From: Michael Glaesemann
Date:
Subject: Re: Bug and/or feature? Complex data types in tables...