RPostgreSQL icon indicating copy to clipboard operation
RPostgreSQL copied to clipboard

Automatically exported from code.google.com/p/rpostgresql

Results 45 RPostgreSQL issues
Sort by recently updated
recently updated
newest added

Hi, Using the latest version of RPostgreSQL (0.7-4) on windows I seem to not be able to connect to a Postgres database 14.5 using SCRAM authentication. On attempting to connect,...

The last version shown in the package NEWS file is 0.6-2 and we're now at 0.7-4. Similarly the Changelog ends in 2021: https://cloud.r-project.org/web/packages/RPostgreSQL/NEWS https://cloud.r-project.org/web/packages/RPostgreSQL/ChangeLog

The `postgresql-devel` package on openSUSE Linux install the header files for `libpq` into the directory `/usr/include/pgsql`, where the `RPostgreSQL` build process won't find them. Is there a way to configure...

I have been using RPostgreSQL for a long time without any problems, but today, when I tried to load the package after updating my operation system to macOS Big Sur...

I am trying to install the package in r but kept receiving the following error messages and was unable to install. trying URL 'https://mirrors.nics.utk.edu/cran/src/contrib/RPostgreSQL_0.7-3.tar.gz' Content type 'application/x-gzip' length 580771 bytes...

I am trying to implement the function `RPostgreSQL::dbWriteTable()` to create a table and a schema, and to populate the table with the content of a data frame in R, but...

Hi All, In short words the `configure` script may result in illed `src/Makevars` file with an excessive, incorrectly used `-L` flag. This confuses `ld` and the result shared library will...

I am attempting to connect to a local postgres 13 server using the RPostgreSQL package in R studio. I am receiving the error below. I am able to connect to...

Hi, dbWriteTable does append data into an already created temporary table but it creates an aditional non temporary table with the same name. The reason is than "dbExistsTable" returns false...

Sometimes handy to confirm database is accessible before proceeding with further computation.