woollyapp / woolly

A repo to log bugs and issues against for the Woolly Postgres Client
0 stars 0 forks source link

Schema's not showing #11

Open stevenrombauts opened 9 years ago

stevenrombauts commented 9 years ago

When switching database, it looks like the list of available schemas is not being refreshed? Looking at the query log window, I don't see a query passing by that does this.

On launch Woolly runs this query:

`SELECT nspname FROM "pg_namespace" ORDER BY nspname ASC;``

Switching to another database still shows the same schema's, although there are two more available. Running that same query again manually gives me these results.