microsoft / azuredatastudio-postgresql

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

Error expanding Tables node to show the list under PostgreSql 9.4 #489

Open verifonekevin opened 7 months ago

verifonekevin commented 7 months ago

Describe the bug Get the following error when expanding the Tables node.

Failed to expand node: column rel.relispartition does not exist LINE 15: AND NOT rel.relispartition ^

To Reproduce Steps to reproduce the behavior:

  1. Connect to a postgressql 9.4 db
  2. Expand Schemas -> public -> Tables
  3. See error.

Expected behavior List all tables under Tables node without error.

Desktop (please complete the following information):

ADS (please complete the following information):

GennadNY commented 7 months ago

@verifonekevin - 9.4 isnt community supported version, can you please retest with 11.x or above

shenzj1994 commented 4 months ago

@GennadNY Can you clarify what versions are supported by community? Similar issue #444 was raised and labeled as enhancement but this one is now wontfix.