How can you navigate quickly to a frequently used object?
Imagine the following situation:
A project with a few development databases, integration databases, and production databases that you would like to check upon from time to time.
All of these databases are set up in the same way – same schemas, same objects. A handful of tables and views are being accessed often for maintenance and monitoring: a control table, a config table, a version control table, a few log views. They reside in different schemas.
Connection Tree and Schema Browser are a convenient way to find your way around the database, but for these objects the amount of scrolling and clicking can become a little annoying.