| From: | Richard Huxton <dev(at)archonet(dot)com> |
|---|---|
| To: | James Dooley <jamdooley(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Searching a gin index |
| Date: | 2009-02-06 15:23:17 |
| Message-ID: | 498C55E5.7020305@archonet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
James Dooley wrote:
>
> Now everything is working, I added my config to
>
> plainto_tsquery('my_config', 'cars')
>
> and I get results back. I find that strange though since I set the default
> to be by config, but appearantly that was just temporary and for the PID
> that changed it. Running from my app seemed to keep using the old
> configuration.
Not quite clear on what you mean here, but you always need to specify
the config to use a functional index. The default config when you run
the query isn't guaranteed to be the same as the default when you create
the index. Actually, you can change it mid-transaction if you like.
If you want to set the default permanently do something like "ALTER
DATABASE mydb SET .... = ..."
--
Richard Huxton
Archonet Ltd
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James Dooley | 2009-02-06 15:24:07 | Re: Searching a gin index |
| Previous Message | James Dooley | 2009-02-06 15:18:53 | Re: Searching a gin index |