Re: the '::' cast doesn't work in the FROM clause

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Alexey Klyukin" <alexk(at)commandprompt(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: the '::' cast doesn't work in the FROM clause
Date: 2011-08-29 14:02:57
Message-ID: 4E5B55C102000025000407F1@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alexey Klyukin <alexk(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexey Klyukin 2011-08-29 14:11:20 Re: the '::' cast doesn't work in the FROM clause
Previous Message Kevin Grittner 2011-08-29 14:00:21 Re: the '::' cast doesn't work in the FROM clause