Re: Wildcard search support for pg_trgm
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-12T11:27:25Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Update contrib/pg_trgm for new GIN extractQuery API.
- be0c3ea2d30b 9.1.0 cited
I found another problem. GIN index suffers from "GIN indexes do not support whole-index scans" when no trigram can be extracted from pattern. ---- With best regards, Alexander Korotkov.