我无法将PostgreSQL(在Heroku上)与Windows(64位)上的RPostgreSQL连接起来。
我可以连接本地postgresql(而不是ssl)与Windows上的RPostgreSQL。 我可以从Windows上的PgAdmin连接Heroku上的PostgreSQL。 我可以将Heroku上的PostgreSQL与OSX和Linux上的RPostgreSQL连接起来。
只有Windows上的RPostgreSQL无法连接Heroku PostgreSQL。
错误信息是:
Error in postgresqlNewConnection(drv, ...) : RD-DBI driver: (could not connect....xxxxx
有没有解决办法?
它与此问题有关: 无法使用SSL创建dbConnect到Postgres 。 一个解决方案,对我来说(也与Heroku数据库)是使用RPostgres包代替。 你可以安装开发。 Github的版本: https : //github.com/rstats-db/RPostgres 。