Re: [BUGS] Fall back to alternative tsearch dictionary directory

2009-01-24 Thread Martin Pitt
Hi Tom, Tom Lane [2009-01-14 20:56 -0500]: > Bruce Momjian writes: > > Uh, would someone eyeball and apply this? Thanks. > > I thought we had come to the conclusion that no patch was needed > because there's no convincing reason to look anyplace except > ${sharepath}/tsearch_data/. That's what

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2009-01-14 Thread Tom Lane
Bruce Momjian writes: > Uh, would someone eyeball and apply this? Thanks. I thought we had come to the conclusion that no patch was needed because there's no convincing reason to look anyplace except ${sharepath}/tsearch_data/. regards, tom lane -- Sent via pgsql-bugs

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2009-01-14 Thread Bruce Momjian
Uh, would someone eyeball and apply this? Thanks. --- Martin Pitt wrote: -- Start of PGP signed section. > Martin Pitt [2008-12-02 5:29 -0800]: > > Tom Lane [2008-12-01 19:51 -0500]: > > > I can't see any reason whatever t

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2008-12-05 Thread Martin Pitt
Martin Pitt [2008-12-02 5:29 -0800]: > Tom Lane [2008-12-01 19:51 -0500]: > > I can't see any reason whatever to not put them into > > ${sharepath}/tsearch_data/. It's not like you're expecting to be > > able to share them with other applications. > > Oh, forgot yesterday, there is one case: the

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2008-12-02 Thread Martin Pitt
Tom Lane [2008-12-01 19:51 -0500]: > I can't see any reason whatever to not put them into > ${sharepath}/tsearch_data/. It's not like you're expecting to be > able to share them with other applications. Oh, forgot yesterday, there is one case: the data can be shared between the 8.3, 8.4, and any

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2008-12-01 Thread Martin Pitt
Hi Tom, Tom Lane [2008-12-01 19:51 -0500]: > I can't see any reason whatever to not put them into > ${sharepath}/tsearch_data/. It's not like you're expecting to be > able to share them with other applications. No, not for sharing. I just don't like them to be in /usr, but that's by and large a

Re: [BUGS] Fall back to alternative tsearch dictionary directory

2008-12-01 Thread Tom Lane
Martin Pitt <[EMAIL PROTECTED]> writes: > So far I wrote the postgresql-common infrastructure to mangle these > dictionary/affix files to become palatable for PostgreSQL (recoding to > UTF-8, renaming to lowercase, changing file suffix) and install them > into /var/cache/postgresql/dicts/ whenever

[BUGS] Fall back to alternative tsearch dictionary directory

2008-12-01 Thread Martin Pitt
Hello all, as recently mentioned on pg-general@, I am currently working on making installed myspell/unspell dictionary packages (which install themselves in /usr/share/myspell/dicts, mostly LATIN encoded) available to PostgreSQL's tsearch/word stemming in Debian/Ubuntu. So far I wrote the postgre