Re: tsearch in core patch, for inclusion - Mailing list pgsql-hackers

From Neil Conway
Subject Re: tsearch in core patch, for inclusion
Date
Msg-id 1169668621.5480.73.camel@localhost.localdomain
Whole thread Raw
In response to Re: tsearch in core patch, for inclusion  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: tsearch in core patch, for inclusion
Re: tsearch in core patch, for inclusion
Re: tsearch in core patch, for inclusion
Re: tsearch in core patch, for inclusion
List pgsql-hackers
On Wed, 2007-01-24 at 13:49 -0500, Tom Lane wrote:
> 2) once we put this in core we are going to be stuck with supporting its
> SQL API forever.  Are we convinced that this API is the one we want?
> I don't recall even having seen any proposal or discussion.

There has been some prior discussion:
   http://archives.postgresql.org/pgsql-hackers/2006-12/msg00919.php

But I agree that we need considerably more discussion before committing
the patch. I'm personally not sold on the need for modifications to the
SQL grammar, for example, as opposed to just using a set of SQL-callable
functions and some new system catalogs.

Another question that would be easier to resolve before the patch is
committed is naming: the patch currently uses a mix of "full text" and
"tsearch[2]" as the name of the full-text search feature. If we're going
to bless this as "the" integrated full-text search in PG, it might make
more sense to use "full text search" and "FTS" exclusively.

-Neil




pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: tsearch in core patch, for inclusion
Next
From: Andrew Dunstan
Date:
Subject: Re: tsearch in core patch, for inclusion