Re: Need help doing a PostgreSQL vs Firebird feature comparison

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

Dmitry Koterov wrote:
> 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 <http://a.ID>) ON 1=1
>
> (where a.ID <http://a.ID> parameter is passed from the previous set as
> a next procedure parameter), but Postgres cannot.
>
>
>
Can't PostgreSQL do that now though?
Functions with out params are treated like tables as of 8.1.

Later,

Tony

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Thoen 2007-08-21 20:37:04 PG Seg Faults Performing a Query
Previous Message Scott Marlowe 2007-08-21 19:45:55 Re: Converting non-null unique idx to pkey