Re: Trying to create a GiST index in 7.3 - Mailing list pgsql-general

From Christopher Murtagh
Subject Re: Trying to create a GiST index in 7.3
Date
Msg-id 1063812339.3216.3.camel@kali
Whole thread Raw
In response to Re: Trying to create a GiST index in 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Trying to create a GiST index in 7.3
Re: Trying to create a GiST index in 7.3
List pgsql-general
On Fri, 2003-08-08 at 16:08, Tom Lane wrote:
> Dmitry Tkach <dmitry@openratings.com> writes:
> > I am trying to create a custom GiST index in 7.3, but getting an error,
> > ...
> > I have done all the setup that was required in 7.2.4:
>
> You should not be using the 7.2 methods anymore --- there is a CREATE
> OPERATOR CLASS, use that instead.  (See the contrib gist classes for
> examples.)

 I'm having the same problem as Dmitry, but I've been unable to find a
solution. I've looked everywhere googleable for info on setting up GiST
indexes, but haven't found any info that doesn't look like post-doc
papers on the theory of indexability.

I'd be happy with an RTFM response, if I could just find TFM. :-)

Any info would be much appreciated.

Cheers,

Chris

--
Christopher Murtagh
Enterprise Systems Administrator
ISR / Web Communications Group
McGill University
Montreal, Quebec
Canada

Tel.: (514) 398-3122
Fax:  (514) 398-2017

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems requiring a GROUP BY clause on update?
Next
From: Christopher Murtagh
Date:
Subject: Re: Graphical Mapping a Database