mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
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