Re: new version of contrib-intarray

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: new version of contrib-intarray
Дата
Msg-id Pine.GSO.4.31.0101291717330.23768-100000@ra.sai.msu.su
обсуждение исходный текст
Ответ на Re: new version of contrib-intarray  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: new version of contrib-intarray  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: PostgreSQL v7.1BETA4 Bundled and Available ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Ungraceful handling of fatal flex errors