From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: new version of contrib-intarray |
Date: | 2001-01-29 14:19:27 |
Message-ID: | Pine.GSO.4.31.0101291717330.23768-100000@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, 27 Jan 2001, Tom Lane wrote:
> Oleg Bartunov <oleg(at)sai(dot)msu(dot)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 | 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: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-01-29 14:43:35 | Re: Ungraceful handling of fatal flex errors |
Previous Message | The Hermit Hacker | 2001-01-29 14:03:09 | PostgreSQL v7.1BETA4 Bundled and Available ... |