Re: Updated tsearch documentation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Updated tsearch documentation
Дата
Msg-id 200707190327.l6J3Rxf15201@momjian.us
обсуждение исходный текст
Ответ на Re: Updated tsearch documentation  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: Updated tsearch documentation
Список pgsql-hackers
Oleg, Teodor,

I am confused by the following example.  How does gin know to create a
tsvector, or does it?  Does gist know too?   

FYI, at some point we need to chat via instant messenger or IRC to
discuss the open items.  My chat information is here:
http://momjian.us/main/contact.html

---------------------------------------------------------------------------

SELECT title
FROM pgweb
WHERE textcat(title,body) @@ plainto_tsquery('create table')
ORDER BY dlm DESC LIMIT 10;

CREATE INDEX pgweb_idx ON pgweb USING gin(textcat(title,body));

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why so many out-of-disk-space failures on buildfarm machines?
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Updated tsearch documentation