You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Per the conversation in #7892, as a user I would like the Object Explorer tree to refresh automatically after I run
CREATE
,ALTER
,DELETE
andUPDATE
statements in the pgAdmin tool. Currently, to see changes following those statements, I must manually refresh the object tree.For example, in these scenarios:
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.
The text was updated successfully, but these errors were encountered: