Skip to content
Snippets Groups Projects
Commit f0a9e64a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

As someone asked for this feature - patch for 1.09 follows.

Now You can do queries like

select sum(some_func(x)) from ...
select min(table1.x + table2.y) from table1, table2 where ...

and so on.

Vadim
parent 87352726
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment