Re: [GENERAL] Trying to create a GiST index in 7.3

2003-09-17 Thread Tom Lane
Christopher Murtagh <[EMAIL PROTECTED]> writes: > On Fri, 2003-08-08 at 16:08, Tom Lane wrote: >> 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, bu

Re: [GENERAL] Trying to create a GiST index in 7.3

2003-09-17 Thread Oleg Bartunov
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/~me

Re: [GENERAL] Trying to create a GiST index in 7.3

2003-08-14 Thread Tom Lane
Dmitry Tkach <[EMAIL PROTECTED]> 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 contri