Re: Postgress and MYSQL

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Postgress and MYSQL
Дата
Msg-id Pine.GSO.4.58.0401151404370.25628@ra.sai.msu.su
обсуждение исходный текст
Ответ на Re: Postgress and MYSQL  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Postgress and MYSQL
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Bug and/or feature? Complex data types in tables...