Re: Need help doing a PostgreSQL vs Firebird feature comparison

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: Need help doing a PostgreSQL vs Firebird feature comparison
Дата
Msg-id 46CB4233.4050801@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Re: Need help doing a PostgreSQL vs Firebird feature comparison  ("Dmitry Koterov" <dmitry@koterov.ru>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Converting non-null unique idx to pkey
Следующее
От: Bill Thoen
Дата:
Сообщение: PG Seg Faults Performing a Query