On Sat, 27 Jan 2001, Tom Lane wrote:

> Oleg Bartunov <[EMAIL PROTECTED]> writes:
> > btw, is there way to specify default ops for index ?
>
> Sure, that's what pg_opclass is for.  Just insert the opclass name
> and the OID of the type you want it to be the default index opclass
> for.

Tom, we already did this. Here is what we have in pg_opclass:

 gist__int_ops    |       1007
 gist__intbig_ops |       1007
(32 rows)

we want gist__int_ops to be default index opclass.
If we delete gist__intbig_ops entry from opclass, then we couldn't use
gist__intbig_ops !

        Regards,
                Oleg


>
>                       regards, tom lane
>

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

Reply via email to