Re: New Access Method

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Alan Gatt <alangatt(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New Access Method
Date: 2007-03-03 19:46:14
Message-ID: 20070303194614.GA20659@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Mar 03, 2007 at 07:38:15PM +0100, Alan Gatt wrote:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> index.

As stated you havn't given any details as to the actual problem.

However, you don't need to change the source tree at all to make a new
index on a type. You usually make the helper functions and then create
the operator class and you're done...

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-03 20:02:27 Re: What is CheckPoint.undo needed for?
Previous Message Bruce Momjian 2007-03-03 19:41:38 Re: xpath_array with namespaces support