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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -