Re: PostgreSQL vs Firebird feature comparison finished

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL vs Firebird feature comparison finished
Date: 2007-08-23 17:31:05
Message-ID: 208229.67505.qm@web31808.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> wrote:

> Check it out here:
>
> http://www.amsoftwaredesign.com/pg_vs_fb

One row that you could elaborate on is:
CHECK CONSTRAINTS support for correlated sub-queries.
PostgreSQL doesn't official support this kink of constraint unless it is rolled up in a function.
I am not sure what support FB has for this.

Another Constraint row you could add would be:
CREATE ASSERTION which is a schema level constraint. Currently PostgreSQL doesn't support this,
I am not sure if FB does either.

Also you could mention PostgreSQL support for row-wise comparison:
i.e. WHERE ( last_name, city, gender ) = ( 'Doe', 'Paris', 'female' );

and PostgreSQL support for additional SQL comparison operators:
i.e. WHERE (( last_name, city, gender ) = ( 'Doe', 'Paris', 'female' )) IS UNKNOWN;
-- return all people who might meet this criteria if their null field where known.

Regards,
Richard Broersma Jr.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-08-23 17:36:46 Re: Seeking datacenter PITR backup suggestions
Previous Message Murali Maddali 2007-08-23 17:30:10 Re: Adapter update.