postgresql - "Connection URL uses an unsupported JDBC protocol." Trying to insert data via JDBC into Postgres from Google SQL -
signed google cloud sql account in order store adwords data via adwords script postgres jdbc.
i know on there 2 questions asked i'm asking:
but because of https://cloud.google.com/sql/docs/postgres/faq (last question @ bottom) i'm asking again since might related beta status of postgres in google cloud sql.
getting error message title "connection url uses unsupported jdbc protocol." identified via logger.log following line of code:
jdbc.getconnection(dburl, user, userpwd);
dburl being of following string format:
jdbc:postgresql://myip/mydbname
am missing or can confirm not supported?
Comments
Post a Comment