From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Kenji uno <ku(at)digitaldolphins(dot)jp> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: How to implement Gin method? |
Date: | 2013-07-07 09:05:05 |
Message-ID: | 20130707090504.GA10149@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, Jul 07, 2013 at 10:00:16AM +0900, Kenji uno wrote:
> Hi.
>
> I want to try GIN and know programming information of GIN technology.
>
> Please teach me about these functions extractValue, extractQuery and consistent.
>
> I have posted question at stack overflow.
>
> http://stackoverflow.com/questions/17489703/postgresql-how-to-implement-gin
The documentation refers to the authors pages:
http://www.sai.msu.su/~megera/wiki/Gin
Did they help at all?
Also, GIN cannot be just applied to anything. It works to be able to
index certain types of which are difficult any other way, like
full-text search. If you give some idea of what you'd like to index
then we can give an idea of what the functions should do.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> He who writes carelessly confesses thereby at the very outset that he does
> not attach much importance to his own thoughts.
-- Arthur Schopenhauer
From | Date | Subject | |
---|---|---|---|
Next Message | mohsen soodkhah mohammadi | 2013-07-07 10:16:01 | postgresMain() function |
Previous Message | Fabien COELHO | 2013-07-07 08:48:56 | Re: Add regression tests for ROLE (USER) |