-
|
In my case, if I access the DB using postgresql JDBC and psql, it works without problem. Installation was done according to the instructions here: https://cloudberry.apache.org/docs/cbdb-linux-compile This is the sample code I tried and the results. cloudberry versionPostgreSQL 14.4 (Cloudberry Database 1.6.0+dev.1244.g189bd60cba build dev) on x86_64-pc-linux-gnu, jdbc versionsgreenplum : 5.1.4.275 sample codepsqlsample - postgressample - greenplum |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
IMO, PG JDBC Driver is recommended for Cloudberry, right? @my-ship-it |
Beta Was this translation helpful? Give feedback.
-
|
@mannago Could you try gpdb-jdbc 6.0 ? version 5.1.4.275 is too old. And why don't you use pgjdbc instead of gpdb-jdbc? |
Beta Was this translation helpful? Give feedback.



IMO, PG JDBC Driver is recommended for Cloudberry, right? @my-ship-it