Re: new version of contrib-intarray - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: new version of contrib-intarray
Date
Msg-id Pine.GSO.4.31.0101291717330.23768-100000@ra.sai.msu.su
Whole thread Raw
In response to Re: new version of contrib-intarray  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: new version of contrib-intarray  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, 27 Jan 2001, Tom Lane wrote:

> Oleg Bartunov <oleg@sai.msu.su> 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    |       1007gist__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: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: PostgreSQL v7.1BETA4 Bundled and Available ...
Next
From: Tom Lane
Date:
Subject: Re: Ungraceful handling of fatal flex errors