On Feb 4, 2008 3:51 PM, Grzegorz Nosek <[EMAIL PROTECTED]> wrote:
> Functions taking rows as arguments may be used like extra table columns
> only when qualified with a table alias.

Can you use an alternate "normal" function call form as well?

    SELECT id, ..., is_even(...) FROM test;

I'm not sure what'd go in (...), however.  Anyway, is there a syntax
form like that?

> BTW, I noticed that 0.7662 qualifies column names in ORDER BY clauses.
> Nice :) That fixed another problem of mine, too (allows sorting on
> function columns).

Yeah, and around 0.765 all tables in Manager queries got unconditional
qualifiers too.

(haven't looked at your example yet)
-John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to