| From: | "Trevor Talbot" <quension(at)gmail(dot)com> |
|---|---|
| To: | "Peter Eisentraut" <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Simplifying Text Search |
| Date: | 2007-11-15 14:20:45 |
| Message-ID: | 90bce5730711150620t2449dfd6la14359ec836db227@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 11/15/07, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> In practice, the search pattern will mostly be provided dynamically from some
> user input, so you could conceivably be able to modify the search patterns
> more readily than the entire queries in your application. Anyway, it's just
> an idea for those who need it.
Ah, I see what you mean, like for a simple web forum that only knows
LIKE searches now. It may be easier to adjust the DB to do the
intended thing instead of trying to change the entire forum. I wasn't
thinking of those narrow cases.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-11-15 15:03:44 | Re: LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris |
| Previous Message | Jignesh K. Shah | 2007-11-15 14:03:09 | Re: LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris |