| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Pierre Thibaudeau" <pierdeux(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org, Dave Page <dpage(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net> |
| Subject: | Re: 8.3: where's the replacement tsearch2 module? |
| Date: | 2008-02-11 00:21:00 |
| Message-ID: | 11970.1202689260@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Pierre Thibaudeau" <pierdeux(at)gmail(dot)com> writes:
> I am assuming that the "replacement tsearch2 module" is some file
> "tsearch2.sql" found in the folder share/contrib. However, no such
> file, or anything that looks remotely like it, in that folder or in
> any folder around.
Hmm, it's definitely getting built by the Windows buildfarm members,
so this is not an oversight in the MSVC build script. I think it
must be an omission in the installer ... Dave, Magnus?
> (If I download the sources, I can find a 16 Kb file entitled
> "tsearch2.sql.in" inside contrib/tsearch2. Is that the file I want?)
You'd have to edit it to replace MODULE_PATHNAME with the right thing.
A bigger problem is that the tsearch2 dll is probably omitted too :-(
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alban Hertroys | 2008-02-11 00:23:33 | Re: Mechanics of Select |
| Previous Message | Chris | 2008-02-10 23:49:53 | Re: 8.3: where's the replacement tsearch2 module? |