Re: Experiences with extensibility

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Eric Davies <eric(at)barrodale(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Experiences with extensibility
Date: 2008-01-09 01:42:29
Message-ID: 20080109014229.GB20913@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joshua D. Drake wrote:

> On Tue, 08 Jan 2008 16:28:11 -0800
> Eric Davies <eric(at)barrodale(dot)com> wrote:

> > 3. To what extent was your choice of PostgreSQL as a development
> > platform based primarily on its extensibility features?
>
> There is no other open source database that can compare with
> PostgreSQL's extensibility, reliability and scalability.

AFAIK there is no other database system _at all_ that can compete with
PostgreSQL's extensibility.

On Postgres, you can create your own:
- functions (common functions; "set-returning" functions; aggregate functions)
- types
- operators
- indexing access methods (in particular, indexing for your own types)
- PL languages (i.e. you can create language handler for whatever suits
you). This means there are handlers already available for Python, Tcl,
Perl, PHP, sh, and others.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2008-01-09 02:03:26 Re: Index trouble with 8.3b4
Previous Message Rodrigo E. De León Plicet 2008-01-09 01:00:02 Re: Experiences with extensibility