Re: PostgreSQL as an application server

From: "J(dot) Andrew Rogers" <jrogers(at)neopolitan(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL as an application server
Date: 2004-08-06 18:26:24
Message-ID: 1091816784.12329.35.camel@vulture.corp.neopolitan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2004-08-06 at 10:53, Joshua D. Drake wrote:
> Although the gap still exists within the environment itself, one
> significant advantage with PostgreSQL is you can use a more native (to
> the programmer anyway) language to generate your logic.
>
> With PostgreSQL alone you can use plPerl, plPython and plPHP. The
> language itself hasn't change in it's implementation of the pL. You just
> have to remember to make all ' a '' :) (at least for the most part).

One of the things I very much like about PostgreSQL is that it feels
like more of a programmer's RDBMS than Oracle. As in the needs and
preferences of programmers were obviously given a higher priority in the
design of PostgreSQL. I find this to be a very attractive feature and a
good thing.

This is a case of where a focus on the needs and preferences of hackers
in the development of the software by hackers has worked out pretty
well, at least for me. People say that is a bad thing about a lot of
OSS, but I actually think it was needed in RDBMS software.

j. andrew rogers

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-06 18:27:45 That dump-comments-on-composite-type-columns patch...
Previous Message Joshua D. Drake 2004-08-06 17:53:27 Re: PostgreSQL as an application server