# proxysql --version
2025-08-20 21:56:01 [INFO] Using OpenSSL version: OpenSSL 3.2.2 4 Jun 2024
ProxySQL version 3.0.2-30-gafb1865, codename Truls
Seems to work ok when connecting directly with psql connection string.
However, when I setup a connection through pgadmin. it actually works in the sense that I can get to the server and navigate through the schema down to tables and columns on my test server.
But as soon as I run a query, I get the Feature not supported message
I can accept this with pgadmin since I can bypass this and directly do my tasks using psql. But our test application connects with a jdbc connection and we get the same error.
Is there a fix for this ?
Thanks
JT