Updating Postgres Schemas

If I add a schema to a postgres database AFTER I connect it to Datagrok, the new schema does not appear in the list in Data->Databases->…
How do I refresh the list without removing the database connection?

Just refresh the page; internally, we do not cache anything schema-related, we read it on-the-fly each time a tree is constructed.

1 Like