Re: A couple of tsearch loose ends

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: A couple of tsearch loose ends
Дата
Msg-id 162867790708211012m105cb1a6he79e91fc2a09a006@mail.gmail.com
обсуждение исходный текст
Ответ на A couple of tsearch loose ends  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello

>
> The other thing that was bugging me was that a lot of the dictionary
> types have init options that are named things like DictFile, AffFile,
> etc.  As I mentioned before, I dislike the fact that these things are
> out in the filesystem rather than inside the database, and hope that
> that will change eventually.  So I think that these names are not
> future-proof and should be altered to not use the word "file";
> especially so in view of the fact that as committed, the patch doesn't
> let you specify a path name for them.  I already did that to StopFile,
> which is now StopWords, but did not touch the other dictionary options.
> I'm not sure what to do with DictFile, because that doesn't seem to have
> any special meaning at all once you take out "file" ...
>

and what  dictionary based languages?

Regards
Pavel Stehule


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: tsearch2 patch status report
Следующее
От: Greg Smith
Дата:
Сообщение: Re: 8.3 beta testing suggestions welcome