You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully adding a connection to a PostgreSQL database, a user reported that no tables were being shown.
The problem was using the wrong "database" name in the connection settings; the database was in fact empty, with no tables in it. Adding the connection again with the corrected database name made the expected tables show up.
As suggested, Ultorg should display a "no tables in this database" node under the connection icon in these cases, to communicate that there wasn't some error.