Open GoogleCodeExporter opened 9 years ago
Just a note that the reported example does not cause any unexpected problem
with recent mac versions as noted below.
-------------- write version info ----------------------
ProductName: Mac OS X
ProductVersion: 10.9.5
BuildVersion: 13F34
RPostgreSQL svn version: 273
psql (PostgreSQL) 9.4rc1
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
> library(RPostgreSQL)
Loading required package: DBI
>
>
condb=dbConnect(PostgreSQL(),user="...",dbname="RPostgreSQL_Test",host="localhos
t",port="5432")
> foobar=dbGetQuery(condb,statement="select * from foobar")
Warning messages:
1: In postgresqlExecStatement(conn, statement, ...) :
RS-DBI driver warning: (unrecognized PostgreSQL field type unknown (id:705) in column 0)
2: In postgresqlExecStatement(conn, statement, ...) :
RS-DBI driver warning: (unrecognized PostgreSQL field type unknown (id:705) in column 1)
> for (counter in 1:1500) {
+ foobar=dbGetQuery(condb,statement="select * from foobar")
+ }
There were 50 or more warnings (use warnings() to see the first 50)
> print(foobar)
astring anull
1 a string <NA>
>
Original comment by ne...@neiltiffin.com
on 26 Nov 2014 at 12:04
I ran it on Debian 7 and got the same error:
segmentation fault
.
Regards,
Truc
Original comment by SieuT...@gmail.com
on 30 Nov 2014 at 12:15
Original issue reported on code.google.com by
SieuT...@gmail.com
on 14 Nov 2014 at 5:21Attachments: