Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Refresh of Object Explorer Upon CREATE, ALTER, DELETE, UPDATE in Query Tool #8250

Open
anthonydb opened this issue Dec 9, 2024 · 0 comments
Labels

Comments

@anthonydb
Copy link
Contributor

Per the conversation in #7892, as a user I would like the Object Explorer tree to refresh automatically after I run CREATE, ALTER, DELETE and UPDATE statements in the pgAdmin tool. Currently, to see changes following those statements, I must manually refresh the object tree.

For example, in these scenarios:

  • If I create a table, the tree should refresh to show that table.
  • Conversely, if I delete a table, the tree should refresh to show that table is removed.
  • If I run an ALTER statement to add a column to a table, the tree would refresh and show that new column.

And so forth ...

This behavior is similar to what is found in DataGrip, which automatically instrospects all objects after such statements.

Describe alternatives you've considered

Manually refreshing is the only alternative, but that's an extra step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant