"from only" keyword for Postgresql inheritence is not implemented

Hi,

I would like to use inheritence property of postgresql explained here "www.postgresql.org/docs/9.5/static/ddl-inherit.html". However, yii2 does not support "FROM WITH" keyword during generation of SQL query. "FROM" keyword is statically specified in QueryBuilder class and other arguments are understood as table names so it is not possible to build query like "select table from with cities…". Will be there any improvement about this issue? Thank you…

Probably not. We’re supporting many databases and that’s very PostgreSQL specific thing. We may add support for postfixing FROM though if it’s requested at GitHub by many developers.