need info about extensibility in other databases

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: need info about extensibility in other databases
Date: 2005-09-06 19:52:18
Message-ID: Pine.GSO.4.63.0509062342010.14250@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there,

after we have GiST with concurrency and recovery support
(thanks to PosGIS community for support) I'd trying to
find info about level of extensibility support in
other major RDBMS's like Relational Extenders of DB2,
Cartridges in Oracle and (?) in MS SQL.

With current GiST one could develope new datatype, index access methods and
queries and everything will have automatically concurency and recovery
support. New datatype could be not just a subset of existing types, but
completely new.

What's about other RDBMS ?

btw, "GiST programming tutorial" is available in Russian,
http://www.sai.msu.su/~megera/postgres/talks/gist_tutorial.html

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonah H. Harris 2005-09-06 19:57:55 Re: uuid type for postgres
Previous Message Bruno Wolff III 2005-09-06 19:48:35 Re: count(*) optimization