Re: [PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-08 Thread Pavel Stehule
On 09/11/2007, Tom Lane <[EMAIL PROTECTED]> wrote: > "Magnus Hagander" <[EMAIL PROTECTED]> writes: > > A thought on this - should it not go in contrib/tsearch2 replacing the old > > deprecated stuff, instead of creating yet aother contrib dir? It can be moved - no problem. > > That was the idea,

Re: [PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-08 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > A thought on this - should it not go in contrib/tsearch2 replacing the old > deprecated stuff, instead of creating yet aother contrib dir? That was the idea, I thought. This proposed patch is in need of review, which I'd been hoping to get to tomor

Re: [PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-08 Thread Magnus Hagander
A thought on this - should it not go in contrib/tsearch2 replacing the old deprecated stuff, instead of creating yet aother contrib dir? /Magnus > --- Original Message --- > From: Bruce Momjian <[EMAIL PROTECTED]> > To: Pavel Stehule <[EMAIL PROTECTED]> > Sent: 07-11-09, 01:35:49 > Subj

Re: [PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-08 Thread Pavel Stehule
wait two days, please. Pavel I'll send finished patch on Sunday. On 09/11/2007, Bruce Momjian <[EMAIL PROTECTED]> wrote: > > Should I apply this or wait for a final version? > > --- > > Pavel Stehule wrote: > > Hello > > > >

Re: [PATCHES] a tsearch2 (8.2.4) dictionary that only filters out stopwords

2007-11-08 Thread Tom Lane
=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <[EMAIL PROTECTED]> writes: > The solution I came up with was simple: write a dictionary, that does > only one thing: looks up the lexeme in a stopwords file and either > discards it or returns NULL. Doesn't the "simple" dictionary handle this?

[PATCHES] a tsearch2 (8.2.4) dictionary that only filters out stopwords

2007-11-08 Thread Jan UrbaƄski
Hi, the rationale for this patch is rather complicated, as it's related to the peculiarities of Polish grammar. Please read on. I'm using PostgreSQL 8.2.4 and the ispell tsearch2 dictionary. The problem is as follows. In Polish (and possibly other languages that don't come to my mind at the momen

Re: [PATCHES] [HACKERS] Connection Pools and DISCARD ALL

2007-11-08 Thread Bruce Momjian
Tom Lane wrote: > Andrew Dunstan <[EMAIL PROTECTED]> writes: > > Could we maybe have some flavor of ROLLBACK that doesn't issue a warning > > if no transaction is in progress? There is precedent for this sort of > > facility - DROP ... IF EXISTS. > > Something that would actually be doable for 8

[PATCHES] Fix for stop words in thesaurus file

2007-11-08 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Tom Lane wrote: > >> One possible real solution would be to tweak the dictionary APIs so > >> that the dictionaries can find out whether this is the first load during > >> a session, or a reload, and emit notices only in the first case

Re: [PATCHES] Contrib docs v1

2007-11-08 Thread Bruce Momjian
Albert Cervera i Areny wrote: > I attach the patch for the contrib docs. Mainly it's been formatting the > README files of each directory into SGML. > > I've removed TODOs, history, licenses (all of them are BSD AFAICS), file > descriptions and install instructions (I only left one for them all)

Re: [PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-08 Thread Bruce Momjian
Should I apply this or wait for a final version? --- Pavel Stehule wrote: > Hello > > I am sending light wrapper of integrated fulltext. API is compatible > with tsearch2. > > Regards > Pavel Stehule > > ToDo: rewrite fun