Re: new index methods

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Christian Portugal <christ(dot)pz(dot)cs(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: new index methods
Date: 2006-12-03 14:26:31
Message-ID: 20061203142631.GE22386@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 03, 2006 at 09:10:53AM -0500, Christian Portugal wrote:
> hi all:
> This is my first time in this list so .. could you bring me a litle help? my
> work consist in implementing a indexation method in the postgres db ..i have
> well read the documentation about postgres and some meseira's manuals but i
> don't where begin .... i would like a little help about this... if
> somebody can give me some advices i thank it to him so much.

Do you want to create a completely new index type (in the style of GiST
and GIN), you want to look here:

http://www.postgresql.org/docs/8.1/static/indexam.html

If you want to create a index on a newly created type, look here:

http://www.postgresql.org/docs/8.1/static/indexes.html

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ken Johanson 2006-12-03 16:00:52 Re: [HACKERS] Case Preservation disregarding case
Previous Message Magnus Hagander 2006-12-03 14:22:20 Re: PostgreSQL win32 fragmentation issue