-
Notifications
You must be signed in to change notification settings - Fork 665
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 on when updating objects #7892
Comments
pgAdmin should auto-refresh in that case. Its a bug if it is not. |
The child node is not getting updated if it is updated from the parent node in the object explorer. |
I was just coming here to ask about this. It would also be good if the Object Explorer automatically refreshed every time a CREATE DATABASE or CREATE TABLE statement is executed. |
The problem is how do we detect that a new database or table is created. |
Did you mean, whenever the CREATE DATABASE or CREATE TABLE executes from the Query Tool? |
…able node does not show the updated column name. pgadmin-org#7892
…able node does not show the updated column name. #7892
@khushboovashi I wouldn't expect pgAdmin to know about those commands run outside the tool, e.g. in psql. |
In that case, we need to manage
|
Yes, that makes sense! I hope it is possible to implement that feature. |
Hi @anthonydb, You can submit a new feature request for it. |
Tested the issue and it is working fine. |
@pravesh-sharma |
When I update something from the Object Explorer, e.g. if I open a table and change a column name, the Object Explorer still shows the old object. To get it updated I need to right click and select refresh.
Obviously it is pretty annoying to do this every time if I want to be sure that the Object Explorer is showing the correct information. I therefore suggest the improvement that when one clicks save after having updated an object, it does an automatic refresh of the Object Explorer (i.e. it automatically triggers the same refresh I get by doing right click -> refresh).
The text was updated successfully, but these errors were encountered: