Re: Problem using set-returning functions

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Problem using set-returning functions
Дата
Msg-id 4427F003.2070705@logix-tt.com
обсуждение исходный текст
Ответ на Re: Problem using set-returning functions  (John DeSoi <desoi@pgedit.com>)
Ответы Re: Problem using set-returning functions  (John DeSoi <desoi@pgedit.com>)
Re: Problem using set-returning functions  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-sql
Hi, John,

John DeSoi wrote:

> With SRFs, you need to specify what you want to select. In other  words
> if you are calling generate_x(bar) you need "select * from 
> generate_x(bar)" -- "select generate_x(bar)" will not work.

So, then, why does it work with generate_series() and dump()?

Confused,
Markus
-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Find min and max values across two columns?
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: pgsql aggregate: conditional max