vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

Foreign Table Support

Open vld-sys opened this issue 2 years ago • 2 comments

Hello,

I appreciate this tool.

Ideally, it would be nice to make the following improvements in Postgres:

  1. Group foreign tables in the tree as a separate folder, such as "Functions": Foreign Tables -> Tables -> Columns -> Indexes

  2. Organize all partition tables under a parent table in a "Partitions" folder: Table -> Partitions ............ Thank you

vld-sys avatar Sep 21 '23 09:09 vld-sys

Thanks feedback, I will try to support it in the future.

cweijan avatar Sep 21 '23 09:09 cweijan

After version 7.3.2, foreign table can be enabled on the connection page.

image

cweijan avatar May 06 '24 08:05 cweijan