tomoakin / RPostgreSQL

Automatically exported from code.google.com/p/rpostgresql
64 stars 20 forks source link

RPostgreSQL 0.7-4 isn't working with libpq 15.1? #128

Open davidjayjackson opened 1 year ago

davidjayjackson commented 1 year ago

According to the folks on PostgreSQL Slack group, Pg 15.1 used pglib-15.1? The problem is I am still getting the error it needs libpg 10 or greater.

I would appreciate it if you would look into this?

David

tomoakin commented 1 year ago

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 CMD INSTALL RPostgreSQL_0.7-4.tar.gz
davidjayjackson commented 1 year ago

Thanks for following up. How do I run pg_config?