Associated with #2.
When accessing a DB that has FDW configured to an external DB, the tables all show like this:
<foreign DB name>.<table name 1>
<foreign DB name>.<table name 2>
etc
It would be awesome if we could collapse the tables under their FDW DB for easier table visibility. This is huge for me, personally, because I use a local DB with FDW connected to at least 4 other databases to make JOINs possible, but a couple of the DBs I connect to have date-based tables configured (<tablename>-20260101, <tablename>-20260102, etc). So now my sidebar is flooded with all those by-date tables and it's hard to find the one I want to view.
This might just be a variant of #1 depending on the effort involved. Sorry if that's the case!!!
Associated with #2.
When accessing a DB that has FDW configured to an external DB, the tables all show like this:
It would be awesome if we could collapse the tables under their FDW DB for easier table visibility. This is huge for me, personally, because I use a local DB with FDW connected to at least 4 other databases to make JOINs possible, but a couple of the DBs I connect to have date-based tables configured (
<tablename>-20260101, <tablename>-20260102, etc). So now my sidebar is flooded with all those by-date tables and it's hard to find the one I want to view.This might just be a variant of #1 depending on the effort involved. Sorry if that's the case!!!