Re: PGSQL vs Interbase

Lists: pgsql-novice
From: Catalin CIOCOIU <catalin(dot)ciocoiu(at)inpg(dot)fr>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: PGSQL vs Interbase
Date: 2001-03-08 12:14:36
Message-ID: 3AA777AC.99093907@inpg.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice


Are somebody a comparation "PGSQL vs Interbase" ?
What is the best ?


From: mwaples(at)waples(dot)net
To: Catalin CIOCOIU <catalin(dot)ciocoiu(at)inpg(dot)fr>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: PGSQL vs Interbase
Date: 2001-03-08 13:29:55
Message-ID: 3AA78953.62B36E33@waples.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

Catalin CIOCOIU wrote:
>
> Are somebody a comparation "PGSQL vs Interbase" ?
> What is the best ?
>

While writing a bulletin board which I was going to use with
postgresql,interbase and sybase I found a few things interbase lacked.

Interbase -
- no "CASE" for sql queries
- 32k row limit for char datatypes.
- lot fewer datatypes
- less functions in general
- no LIMIT for sql queris

Postgresql seems to be developing faster than Interbase. Interbase split
into interbase and firebird which must be slowing it's development with
the disagreements between the two groups.