Re: the '::' cast doesn't work in the FROM clause - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: the '::' cast doesn't work in the FROM clause
Date
Msg-id 4E5B55C102000025000407F1@gw.wicourts.gov
Whole thread Raw
In response to Re: the '::' cast doesn't work in the FROM clause  (Alexey Klyukin <alexk@commandprompt.com>)
Responses Re: the '::' cast doesn't work in the FROM clause
List pgsql-bugs
Alexey Klyukin <alexk@commandprompt.com> wrote:

> Function calls can appear in the FROM clause. (This is especially
> useful for functions that return result sets, but any function can
> be used.) This acts as though its output were created as a
> temporary table for the duration of this single SELECT command.

It doesn't say that operators which provide equivalent functionality
to functions can also be used.

-Kevin

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: the '::' cast doesn't work in the FROM clause
Next
From: Alexey Klyukin
Date:
Subject: Re: the '::' cast doesn't work in the FROM clause