Re: Trying to create a GiST index in 7.3

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Christopher Murtagh <christopher(dot)murtagh(at)mcgill(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dmitry Tkach <dmitry(at)openratings(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Trying to create a GiST index in 7.3
Date: 2003-09-17 15:42:58
Message-ID: Pine.GSO.4.56.0309171938120.29209@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,

I'm back from vacation and clearing my mbox.
I intended to write documentation about GiST, but other things grab attention :)
There is quite short intro in Russian
http://www.sai.msu.su/~megera/postgres/gist/doc/gist-inteface-r.shtml
and a bunch of GiST modules
http://www.sai.msu.su/~megera/postgres/gist/
so you may learn by examples.

Oleg

On Wed, 17 Sep 2003, Christopher Murtagh wrote:

> On Fri, 2003-08-08 at 16:08, Tom Lane wrote:
> > Dmitry Tkach <dmitry(at)openratings(dot)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
>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-09-17 15:48:58 Re: Trying to create a GiST index in 7.3
Previous Message Dennis Gearon 2003-09-17 15:40:15 Re: CONCAT function