How can hide partition tables except there parent table with PostgreSQL?

已回答
0

@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:

1
Avatar
Permanently deleted user

Yes, It is a good idea, Thinks!

1

请先登录再写评论。