microsoft / azuredatastudio-postgresql

azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases
Other
193 stars 35 forks source link

PostgreSQL extension support for foreign tables #495

Open alimardon123 opened 5 months ago

alimardon123 commented 5 months ago

Hi All,

Today I noticed with this extension you cannot fully query the foreign tables created in Postgresql. It shows the foreign tables all under the same tables section. and it can not identify and show columns for these tables.

I would recommend adding full support feature for foreign tables inside PostgreSQL.

image

TheRealChssAddct commented 3 months ago

ran into this myself today