Re: Firebird and PostgreSQL at the DB Corral.

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Paul Ganainm <paulsnewsgroups(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Firebird and PostgreSQL at the DB Corral.
Date: 2003-12-17 11:50:05
Message-ID: 3FE042ED.1080106@oopsware.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Ganainm wrote:
> rwelty(at)averillpark(dot)net says...
>
>
>
>>>Ditto for FB. If you want to extend the code, though, you have to give
>>>those changes back to the community - the licence is more GPL than BSD.
>
>
>
>>maybe you need to clarify what you think of when you say "extensible".
>
>
>
>>postgresql has sql extensions like "create type"; extensibility is possible
>>w/o going into the source code. it sounds like you're talking about making
>>changes to the firebird code base here.
>
>
>
> I took the "extensible" bit from the URL that I posted
>
> http://advocacy.postgresql.org/advantages/http://advocacy.postgresql.org
> /advantages/
>
> ------------------
> Extensible
> The source code is available to all at no charge. If your staff have a
> need to customise or extend PostgreSQL in any way then they are able to
> do so with a minimum of effort, and with no attached costs. This is
> complemented by the community of PostgreSQL professionals and
> enthusiasts around the globe that also actively extend PostgreSQL on a
> daily basis.
> ------------------
>
> This seemed to me to be basically a touting of the virtues of PostgreSQL
> being Open Source, which Firebird is also, but in a different way.

I think both of them is true. For me, this kind of bit sets
"extensibility" equal to "extensible by extending the source code" _and_
"extensible by using specific database infrastructure" (see the sentence
"..extend PostgreSQL in any way....")

>
> FB has the "CREATE DOMAIN url VARCHAR(100)" for example.

PostgreSQL adds

CREATE TYPE,
CREATE AGGREGATE,
CREATE OPERATOR,
CREATE OPERATOR CLASS,
CREATE CONVERSION,
CREATE CAST and
CREATE LANGUAGE

to this list.

>
>
> Paul...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nilabhra Banerjee 2003-12-17 12:57:34 partial upgradation from 7.1.3 to 7.4
Previous Message Paul Ganainm 2003-12-17 11:37:51 Re: Firebird and PostgreSQL at the DB Corral.