mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
f0a9e64afd
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