Re: Need help doing a PostgreSQL vs Firebird feature comparison

From: "Dmitry Koterov" <dmitry(at)koterov(dot)ru>
To: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Need help doing a PostgreSQL vs Firebird feature comparison
Date: 2007-08-21 19:43:26
Message-ID: d7df81620708211243q5245d6d6le1e94ebda0658c95@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

One difference in SQL syntax is that FireBird could join stored procedures
like this:

SELECT b.*
FROM
get_ids() a
LEFT JOIN get_data(a.ID) ON 1=1

(where a.ID parameter is passed from the previous set as a next procedure
parameter), but Postgres cannot.

On 8/21/07, Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> wrote:
>
> Hi,
>
> I was just wondering if anyone could help me out by taking a look to see
> if I missed any important features.
>
> http://www.amsoftwaredesign.com/pg_vs_fb
>
> This comparison is going to be for the benefit of Delphi users. The
> Delphi community is heavily biased to Firebird.
>
> Please post any comments or suggestions here:
>
> http://www.amsoftwaredesign.com/smf/index.php?topic=138.0
>
> You don't need to register.
>
> Thanks,
>
> Tony
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Trutwin 2007-08-21 19:43:53 Re: Array with Subselect / ANY - cast?
Previous Message Ed L. 2007-08-21 19:42:58 Re: history table