Don't list database for PostgreSQL

[expired user #11216]'s profile image [expired user #11216] posted 6 years ago in General Permalink

I have just downloaded and tried HeidiSQL.

First I tried against an MS SQL Server. It works fine. Except one thing. When I took edit on database it raise an exception. I made bugreport to GitHub issue 95

Next I tried to connect to an PostGresSQL Server. It works but I don't see my databases. pgAdmin list them ok.

It just list

  • information_schema
  • pg_catalog
  • pg_temp1
  • pg_toast
  • pg_toast_temp_1
  • public

Shouldn't it show the same as PGAdmin ?

/Roland

ansgar's profile image ansgar posted 6 years ago Permalink

For PostgreSQL, you have to select one database in your connection settings. Go to the session manager and use the "Database" box for it.

[expired user #11216]'s profile image [expired user #11216] posted 6 years ago Permalink

Got it working now

Please login to leave a reply, or register at first.