How can hide partition tables except there parent table with PostgreSQL?
已回答
请先登录再写评论。
@Yidane,
There is no specific filter in UI.
But in case you have template based naming for partition tables, e.g. for payment, payment_p2007_01, ...
you can apply object filter table:-payment_.*
to hide inherited tables from tree:

Yes, It is a good idea, Thinks!