-
### Operating system
Ubuntu 22.04.1 LTS
### Compiler
aarch64-linux-gnu-gcc
### Steps to reproduce the behavior
```Shell
./vcpkg install libpq:arm64-linux
```
### Failure logs
see zip package
…
-
Each "Krohn-Hite Monitor & Control" should log its state to the database. I propose something like the following structure:
Table: KH_sn123:
| Time | status|
| -----------| ----------- |
…
-
### What is your question?
Is there a specific reason why the server header files are removed in this recipe?
[https://github.com/conan-io/conan-center-index/blob/4522d7afeb39a6a69677b7bf3994a85…
bowb updated
7 months ago
-
## Driver version
2.0.0.7
## Redshift version
## Client Operating System
Windows Server 2022 Datacenter
## Table schema
## Problem description
2>C:\Users\Administrator\amazon-…
-
**Reporter: tmelhuish@webinsightsinc.com**
**Date: 2006/02/02 - 15:34**
```
I just installed postgresql 8.1.2 and Postgis 1.1.1. I completely deleted my
/usr/local/pgsql directory prior to installing…
-
As you might already know [lib/pq](https://github.com/lib/pq/) is now in [maintenance mode](https://github.com/lib/pq/#status) and psql-wire has a [direct dependency](https://github.com/jeroenrinzema/…
-
_Originally posted by @B-D-T in https://github.com/sio/LibPQ/issues/12#issuecomment-577722197_
I apologize if I'm missing something, but it appears that adding LibPQ breaks the Power Query intellis…
-
## Idea
1. Create a build script that packages LibPQ into *.mez file
2. Build and test LibPQ as Power Query Extension
* Decide where to store LibPQPath (or maybe introduce sensible defaults)
…
-
### What happened?
`adbc_ingest` fails for any dataframe that contains an unsigned int dtype and some (but not all) temporal dtypes.
```python
import pyarrow as pa
from adbc_driver_postgresql …
-
After a conversation with @joeyadams, I believe postgresql-simple ought to use asynchronous calls to libpq. We would then use `threadWaitRead` and `threadWaitWrite` to schedule asynchronous calls us…