4

I executed

select * from pg_database

and I think the results, see screenprint below, mean that there should be a database called "President".

However, I can't find this database in the navigator (leftside in screenprint) and can't query from it.

Some time ago the database "President" was visible in the navigator, just like the database "someOtherDataBase", but now it seems to be gone!

enter image description here

Frank
  • 541
  • 1
  • 6
  • 18
  • Does this answer your question? [DBeaver can only see default PostgreSQL database in connection](https://stackoverflow.com/questions/54235029/dbeaver-can-only-see-default-postgresql-database-in-connection) – Omer Nov 25 '22 at 11:43

2 Answers2

10

Found it! I needed to switch on "Show all databases".

enter image description here

Frank
  • 541
  • 1
  • 6
  • 18
  • 3
    Took me nearly an hour to find this configuration prompt. You can find it at; Windows - Preferences - Connections - Drivers - PostgreSQL - "Show all database" – zaimazhar97 Jul 01 '22 at 10:51
1

Click on the Windows tab that is available on the toolbar and there we will see the option for the Database Navigator

How to get Database Navigator in DBeaver in mac

surender pal
  • 447
  • 6
  • 15