Hi! Is any option to create such query as: ``` update table1 set a=table2.b from table2 where table1.id = table2.fk_id ``` for postgres db? What do you think about adding this feature? If you don't mind, I may help with the implementation.