首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Windows上将PostgreSQL(over )与RPostgresql连接

无法在Windows上将PostgreSQL(over )与RPostgresql连接
EN

Stack Overflow用户
提问于 2016-08-14 12:12:32
回答 1查看 2.5K关注 0票数 1

我无法连接PostgreSQL(在Heroku上)和RPostgreSQL (64位)。

我可以将本地postgresql(而不是ssl)连接到RPostgreSQL上。我可以连接Heroku上的PostgreSQL和Windows上的PgAdmin。我可以将Heroku上的PostgreSQL与OSX和Linux上的RPostgreSQL连接起来。

只有Windows上的RPostgreSQL不能连接Heroku PostgreSQL。

错误信息是:

代码语言:javascript
复制
Error in postgresqlNewConnection(drv, ...) : 
  RD-DBI driver: (could not connect....xxxxx

有什么解决办法吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-08-14 13:11:53

它与这个问题有关:Can't create dbConnect to Postgres with SSL。一个对我有用的解决方案(也适用于Heroku )是使用RPostgres包。您可以安装开发工具。版本来自Github:https://github.com/rstats-db/RPostgres

票数 7
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38942118

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档