Jae*_*hin 0 windows ssl r heroku rpostgresql
我无法在Windows(64位)上将PostgreSQL(在Heroku上)与RPostgreSQL连接起来.
我可以在Windows上将本地postgresql(而不是ssl)与RPostgreSQL连接起来.我可以在Windows上从PgAdmin连接Heroku上的PostgreSQL.我可以在OSX和Linux上使用RPostgreSQL连接Heroku上的PostgreSQL.
只有Windows上的RPostgreSQL无法连接Heroku PostgreSQL.
错误信息是:
Error in postgresqlNewConnection(drv, ...) :
RD-DBI driver: (could not connect....xxxxx
Run Code Online (Sandbox Code Playgroud)
有什么解决方案吗?
小智 6
它与此问题有关:无法使用SSL创建dbgct到Postgres.一个适用于我(也使用Heroku DB)的解决方案是使用RPostgres包.你可以安装dev.来自Github的版本:https://github.com/rstats-db/RPostgres.