Also, any pointers where I can find the operator classes and functions for
the GIST index?
Thanks
On 04/03/07, Alan Gatt <[EMAIL PROTECTED]> wrote:
Ok, so I am using GCC 3.2 as a compiler, and the following is the error
message:
make[4]: Entering directory
`/c/dev/postgres/pgsql_t
p/src/backend/access/mdim'
make[3]: *** [mdim-recursive] Error 2
If I choose the GIST development, do you know of any documentation which can
help me?
Thanks,
Alan
On 04/03/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote:
Alan Gatt escribió:
> Hello,
>
> I am trying to crea
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.
My first step is to create the skeleton files, but I cannot comp