could anyone explain why my HeidiSQL doesn't see created datebases with postgres? To connect I've choose this settings: Network Type: PostgreSQL (TCP/IP) Library: libpq-10.dll Host Name: localhost User: postgres Pass: the same as from install Port: 5432.
Connection is success, but datebases aren't sees. For example with extansion in VS Code I normally can reach the datebases with the same settings.
What I've done wrong?
Thanks in advance!