Skip to content
Prev 114 / 1559 Next

best way to access PgSQL from R?

There was a bug in Rdbi.PgSQL that caused a segfault on releasing the
connection. The C-code returns NULL instead of SEXP. That's not allowed,
but is undocumented (at least at the time).

T.
On Fri, 2004-07-23 at 12:08, Jim McLoughlin wrote: