Re: [R] how to connect to a remote PostgreSQL database from R on mac osx

2010-10-20 Thread Prasenjit Kapat
On Wed, Oct 20, 2010 at 6:30 PM, Simone Gabbriellini wrote: > Hello List, > > I would like to connect to a postgreSQL database on a remote server and I am > wondering what is the best package to do that. I have just installed RpgSQL, > RPostgreSQL, Rdbi and RODBC. I have used RPostgreSQL in the

[R] how to connect to a remote PostgreSQL database from R on mac osx

2010-10-20 Thread Simone Gabbriellini
Hello List, I would like to connect to a postgreSQL database on a remote server and I am wondering what is the best package to do that. I have just installed RpgSQL, RPostgreSQL, Rdbi and RODBC. The handiest to me is RPostgreSQL but I don't see how to connect to a remote server with it. For su