Skip to content
Prev 1307 / 1559 Next

Error in connecting R to Postgre

Hi,

While Dirk is right in that psql and RPostgreSQL should behave the same,
both psql and RPostgreSQL should be able to connect via unix domain socket.

In this case, what you are trying is equivalent to

psql -U PLAYER postgres
(on the host you are running R)

Does this work?

Best regards,