tomoakin
tomoakin
The direction is first prepare PostgreSQL that can connect through SSL (Perhaps, there are many ways to accomplish this and I do not have specific recommendation.). Then, compile the RPostgreSQL...
You can simply add to existing issues rather than creating a new issue for apparently the same issue. You can at first show the full response of pg_config and R...
Add an optional argument type="source" to install.packages() appears the normal way to install from source. That is install.packages("RPostgreSQL", type="source") from inside R prompt. Another way is R CMD INSTALL RPostgreSQL_0.7-4.tar.gz...
I now seem to better understand the issue. dbWriteTable() implementation of RPostgreSQL precedes Id() of DBI, and thus, Id() have not been supported yet. You are perhaps able to write...
On windows, to bump the bundled library, tool chain to configure and compile the full PostgreSQL + manual work to excise the libpq part for both 32 bit and 64...