| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Carol Walter <walterc(at)indiana(dot)edu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Tsearch module - please help. |
| Date: | 2009-02-12 16:25:17 |
| Message-ID: | 10979.1234455917@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Carol Walter <walterc(at)indiana(dot)edu> writes:
> ... All worked well except for two tables. These tables
> are called pg_ts_dict and pg_ts_parser. I cannot copy the data from
> these tables into my new database because the functions that are in
> their columns do not exist in the database. There are two other
> tables with names that also suggest that they are related to full text
> searching. They are pg_ts_cfg and pg_ts_cfgmap. This is the only
> database in the cluster that uses or tries to use full text searching.
See the discussion of 8.2 to 8.3 tsearch porting in the 8.3 docs I
pointed you to before; particularly the revised contrib/tsearch2 module.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2009-02-12 18:48:01 | Re: User defined functions... - Found to be tsearch |
| Previous Message | Carol Walter | 2009-02-12 15:08:20 | Re: Tsearch module - please help. |