Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Is there a way to refresh pgAdmin's schema browser via SQL? [on hold]

$
0
0

I use pgAdmin III and every time I launch a SQL query, the database structure doesn’t refresh automatically. For instance: dropping a table doesn’t make the table disappearing from the database tree on the left of the GUI. I have to click the schema where the table was and click the ‘refresh’ button. My question: is there a SQL command I could write after my DROP TABLE... in order to do it automatically?


Viewing all articles
Browse latest Browse all 1138

Trending Articles