Open amrosdevops opened 2 years ago
Hi @amrosdevops, at the moment connection over pgsql wire protocol is limited to queries that are not involving catalog or internal data (like user_info in your case). More work is needed here in order to expose catalog and increase immudb integration capability with third party software
I am trying to connect postgresql port 5432 using pgAdmin/DBeaver but not connected I got this error in pgAdmin
**'ServerManager' object has no attribute 'user_info'**
The server is running successfully with default values
note the psql from CLI is connecting succesfully
could you help me to get success connection from pgAdmin or DBeaver