Migration questions for upcoming 8.3 release and fts

From: Chris Travers <chris(at)travelamericas(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Migration questions for upcoming 8.3 release and fts
Date: 2007-10-25 01:10:59
Message-ID: 471FED23.4040001@travelamericas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all;

I know -hackers is the preferred place to discuss beta releases, but I
suspect that this is a further-reaching wuestion among the general
community than is typical so I am posting it here.

I have been looking at the changes expected for 8.3 and have noticed
that tsearch2 has been modified and merged with core. I think this is a
great idea, but it poses problems for applications which must run both
both on 8.2 and 8.3 with fts capabilities.

I am trying to determine the best way forward so that LedgerSMB can
support 8.3 as soon as it is released. Reading through various email
list archives it looks like the function names have changed. I guess I
am trying to determine the best way forward.

1) How safe is it likely to be to create a set of functions in 8.3
which mimic 8.2/tsearch2 interfaces? Is this likely to create any
serious conflicts? Would such a project be sufficiently useful that a
pg_foundry project might be helpful?

2) If this is a problem, is the community interested in (possibly as a
pg-foundry project) an abstraction layer for supporting both sets of
interfaces?

Best Wishes,
Chris Travers

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Tillotson 2007-10-25 02:23:36 Re: Selecting K random rows - efficiently!
Previous Message Andrej Ricnik-Bay 2007-10-25 00:49:26 Re: Using Postgres as a "embedded" / SQL Lite database on Windows