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 PostgreSQL on Heroku from PgAdmin on Windows. I can connect PostgreSQL on Heroku with RPostgreSQL on OSX and Linux.
Only RPostgreSQL on Windows can not connect Heroku PostgreSQL.
Error message is:
Error in postgresqlNewConnection(drv, ...) :
RD-DBI driver: (could not connect....xxxxx
Is there any solution?