How to set postgres server version? #2681
Replies: 3 comments
-
hi @a137872798 thanks for reporting the issue. May I know your JDBC driver version? Does it only happen when using prepared statement? I think we will be hard-coding a fixed version that satisfies most client drivers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My java postgres driver version is |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had solve, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I start greptimeDB server and test jdbc.When i user prepareStatement, the response show Unsupported Server Version: 0.4.2. I find
the var associated with env CARGO_PKG_VERSION. I restart server with docker -e CARGO_PKG_VERSION=14.9 and found the env in container.But when I request again, the error still exist.
Beta Was this translation helpful? Give feedback.
All reactions