-
Hello!
I found in module docs "params is optional and is in any format accepted by libpq. The connection string is passed as is to libpq, so any format supported by libpq will be supported here. Li…
-
Example:
```
$ psql -c 'PREPARE test AS SELECT ($1 IS NULL)'
ERROR: could not determine data type of parameter $1
$ psql -c 'PREPARE test AS SELECT ($1::int4 IS NULL)'
PREPARE
```
For full…
-
### Is it easy to find the information you need?
No
### Are the instructions clear?
No
### How could we improve the Timescale documentation site?
after following installation instructions and exe…
-
### Environment
* **Version**: latest (`git clone https://github.com/wallabag/wallabag.git`)
* **Installation**: ?
* **PHP version**: 8.2.18
* **OS**: Debian 12
* **Database**: PostgreSQL
* …
-
### Bug description
```
❯ curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
```
Fails with
```
[100%] Linking C shared library ../lib/libflu…
-
I'm trying to build a new stack haskell app on Windows 10 and I get this error message:
```
postgresql-libpq > configure
postgresql-libpq > [1 of 2] Compiling Main ( C:\\Users\s…
-
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 following error…
-
Ensure you have provided the following details while reporting a problem:
- [ ] The exact version of the related software, including but not limited to the OpenResty version
openresty-1.15.8.2
…
-
I'm running into issues when compiling libpq 1.8.2 (through pg-native 1.10.0) on both 6.0.0 and 6.1.0. Node 6 seems to be covered in your CI tests so I'm not sure why it's failing here. Here's the log…
-
Hello.
First, I need to change the _build_libpq.py like that (adding the last 2 lines):
def find_libpq(self):
path = self.query('libdir')
fname = None
if os.name == 'posix…