-
Anyone had this problem on mac osx at
```
$ make
```
inside the build folder?
-
I noticed this in our CI on Github Actions.
If the `libpq` shared object is used from a non system location like in our CI:
https://github.com/larskanis/ruby-pg/runs/3784028158?check_suite_focus=t…
-
Does anyone have any idea what causes this? I can't seem to figure it out as libpq.dll is located within the folder of the executable.
I'm on Windows and compiled with `dub build -a=x86_mscoff`
…
-
Right now if I want to use a socket to connect to PostgreSQL I need to set `url = "postgresql://pnorman@%2Fvar%2Frun%2Fpostgresql/gis"`. This has two big flaws: I'm hard-coding the socket path, which …
-
I'm getting this error when I do a pg-native install, on Ubuntu 12.04.
```
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/vagrant/task/server/node_modules/libp…
-
The install fails during build when msbuild is looking for libpq.lib which apparently - only libpq.dll and a libpq.a is there. the install will work if another version of postgres is installed, I us…
-
Hi Leon, I was able to successfully install the package "postgresql-libpq-0.9.0.0" on GNU / Linux (Centos 6.5), however, the following runtime error occurs:
Unable to load packagepostgresql-libpq-0.9…
-
Comments for https://www.endpointdev.com/blog/2011/05/dbdpg-and-libpq-copy-bug/
By Greg Sabino Mullane
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
On Ubuntu Bionic, installing pip requirements results in:
```
Error: could not determine PostgreSQL version from '10.7'
```
-
The default `sslmode` in libpq is `prefer`:
> first try an SSL connection; if that fails, try a non-SSL connection
It should be possible to have similar fallback behavior in node-postgres.
Cu…