Re: tsearch in core patch, for inclusion

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: tsearch in core patch, for inclusion
Дата
Msg-id 45DD9BC5.2010307@sigaev.ru
обсуждение исходный текст
Ответ на Re: tsearch in core patch, for inclusion  (Markus Schiltknecht <markus@bluegap.ch>)
Ответы Re: tsearch in core patch, for inclusion  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> CREATE FULLTEXT CONFIGURATION myfts LIKE template_cfg AS DEFAULT;
> SELECT add_fulltext_config('myfts', 'template_cfg', True);
That's simple, but what about
CREATE FULLTEXT MAPPING ON cfgname FOR lexemetypename[, ...] WITH dictname1[, ...];
?

SELECT create_fulltext_mapping(cfgname, '{lexemetypename[, ...]}'::text[],'{dictname1[, ...]}'::text[]);

Seems rather ugly for me...

And function interface does not provide autocompletion and online help in psql. 
\df says only types of arguments, not a meaning.


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: What is CheckPoint.undo needed for?
Следующее
От: "Phil Currier"
Дата:
Сообщение: Re: Column storage positions