Re: Firebird vrs Postgresql

From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Firebird vrs Postgresql
Date: 2003-07-14 21:54:05
Message-ID: 003a01c34a52$76484f90$1e89bfd5@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


----- Original Message -----
From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Erick Dennis" <edennis(at)rootshell(dot)be>; <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, July 15, 2003 11:04 PM
Subject: Re: [GENERAL] Firebird vrs Postgresql

> -----Original Message-----
> From: Erick Dennis [mailto:edennis(at)rootshell(dot)be]
> Sent: Tuesday, July 15, 2003 1:27 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Firebird vrs Postgresql
>
>
> Hello,
>
> had Somebody compared Postgresql vrs Firebird? What is the main
> diferent between this DBs? performance? support? flexibility?.
>>
>Biggest similarity:
>Open source

>Biggest difference:
>License type (Firebird is commercial)

Not quite, it is published under "Interbase Public License", and You do not
need to pay anything to use it.

I was playing a little with it, tried it on Linux and Windows. It was
the time when it was under heavy development, but I remember that I liked
it's client interface. There were also a whole bunch of useful tools like
IBObjects, IBAcess etc. So if You are Delphi or Borland C++ programmer,
You'll hardly find better interfaces and better tools for any other DB
(IBObjects has very complex and very good data-aware components).

I find PostgreSQL more robust, secure and what is most important -
flexible. You can create your own types, casts, conversions, languages etc.
For example check for "pgbash" package and You'll se what I mean (it is bash
with direct support for executing SQL commands for PostgreSQL)
What I like with postgres is that You do not need commercial support for it:
You will always get answer on Your questions, all You need to do is ask.

Regards !

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kathy Zhu 2003-07-14 22:10:15 change NAMEDATALEN to 64
Previous Message Ron Johnson 2003-07-14 21:33:11 Re: Is SQL silly as an RDBMS<->app interface?