executing sql in tabs when open pgadmin

2025-09-15 Thread Jan Birk - gmail
Hi if pgadmin closes suddenly, e.g. if the user closes the browser, then - when pgadmin opens again - pgadmin seems to execute "old" statements in tabs there was open at the time. Is this a way to control this behavior (turn it off) ? Best Jan -- Jan Birk Høedvej 52 4450 Jyderup Denmark +4

Re: executing sql in tabs when open pgadmin

2025-09-15 Thread Khushboo Vashi
Hi, pgAdmin saves the old state. To disable this behaviour, disable the user preference "Save the application state?" ( Preferences > Miscellaneous> User Interfaces> Save the application state?). Reference: https://www.pgadmin.org/docs/pgadmin4/9.8/preferences.html#the-miscellaneous-node Thanks,