Re: Problem using set-returning functions - Mailing list pgsql-sql

From Markus Schaber
Subject Re: Problem using set-returning functions
Date
Msg-id 4427F003.2070705@logix-tt.com
Whole thread Raw
In response to Re: Problem using set-returning functions  (John DeSoi <desoi@pgedit.com>)
Responses Re: Problem using set-returning functions
Re: Problem using set-returning functions
List 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 by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Find min and max values across two columns?
Next
From: Markus Schaber
Date:
Subject: Re: pgsql aggregate: conditional max