Can not connect PostgreSQL(over SSL) with RPostgresql on Windows

前端 未结 1 1571
萌比男神i
萌比男神i 2020-12-07 06:06

I can not connect PostgreSQL(on Heroku) with RPostgreSQL on Windows(64bit).

I can connect local postgresql(not ssl) with RPostgreSQL on Windows. I can connect Postgr

相关标签:
1条回答
  • 2020-12-07 06:38

    It's related to this issue: Can't create dbConnect to Postgres with SSL. One solution that worked for me (also with a Heroku DB) is to use the RPostgres package instead. You can install the dev. version from Github: https://github.com/rstats-db/RPostgres.

    0 讨论(0)
提交回复
热议问题