microsoft / azuredatastudio-postgresql

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

Why Aren't Tables Displayed Hierarchically Under Schemas? #200

Closed mrcates closed 1 year ago

mrcates commented 4 years ago

The one thing that's making this extension unusable for me is the fact that tables is one big homogeneous blob of all tables on the database. This would be less challenging if the left sidebar were filterable by keyboard.

What I'd much prefer to see is a tree like so:

Schemas
  <Schema1>
    <table1>
    <table2>
    <table3>
  <Schema2>
    <table1>
    <table2>
  <Schema3>
    ...

Is there any chance that this is on your roadmap? I'd REALLY REALLY love to use Azure Data Studio as my primiary DB tool, but I'm resigned to datagrip for the time being due to issues like this with browsing large databases

luis-enciso commented 4 years ago

This is really important. I also can't navigate on the tables or views within the schemas.

image

speedsrj commented 4 years ago

I am having the same issue, and with this problem we are unable to fully use the tool.

Blayvives commented 4 years ago

hello, I have the same problem here, it would be interesting if those responsible for the resource looked more closely at this issue

msandipinheiro commented 4 years ago

This issue is extremely important for the project I am participating in. Please, it is possible to find out this question. Thank you.

nasc17 commented 1 year ago

Bug has been addressed in our unstable release of PostgreSQL extension v0.4.0-insiders. We would appreciate your verification that it has been handled appropriately.

nasc17 commented 1 year ago

Bug has been addressed in latest stable release of PostgreSQL extension v0.4.1. Please reopen if issue persists, thank you.