From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>, "Teodor Sigaev" <teodor(at)sigaev(dot)ru>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: A couple of tsearch loose ends |
Date: | 2007-08-21 17:12:55 |
Message-ID: | 162867790708211012m105cb1a6he79e91fc2a09a006@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Smith | 2007-08-21 18:12:26 | Re: 8.3 beta testing suggestions welcome |
Previous Message | Heikki Linnakangas | 2007-08-21 17:05:40 | Re: tsearch2 patch status report |