-
Hello, I want to use your extensions but am unable to get past the #1 step - make install.
I have Mojave 10.14, all XCODE tools are installed
Here's what I get
```bash
me@[parquet_fdw]
>> …
-
I'm running PostgreSQL 12.5 on a Centos 7 VM, MariaDB 10.5.8 on same VM.
- I have postgresql12-devel installed.
- I have the postgresql bin and mariadb bin in the path
- I installed (successfully…
-
I'm writing an FDW using pgx and profiling it i've noticed some significant time spent in `__sigsetjmp` and friends. I gather this is due to postgres utility functions exposed by `pgx_sys` and heavil…
-
I have configured and install the FDW in the pgsql and connect the MySQL successfully.
But, when I use the pgAdmin to update a record in MySQL DB.
It cannot support or have bug with composite PK.
…
-
Hi, I'm new to the postgresql community.
Your extension is the first one I wanted to try by installing from `pgxn`.
After hitting `pgxn install www_fdw` [here's the error output I get](https://gist.g…
-
## Problem
Original use case: create database users via a migration script, with the ability to pass a password via an environment variable (so that the password is not checked into source control). …
-
when i try to insert into chinese,i got zhe flowing error:
```
postgres@linux-dtq3:/home/fdw/postgres-elasticsearch-fdw-master> 2021-03-05 05:37:13.358 EST [1705] 错误: INDEX for /test-index/doc/1 …
-
First of all this is not a bug, just reporting a change.
Previously in 1.0.7 computed columns didn't require alias.
I just updated to 2.0 Alpha 1 and the foreign (MSSQL 2016) tables broke. I had to …
-
### Version
latest (recently updated -- an't find version number)
### Bug description
I had previously reported that the app had began to crash almost every time I opened it around the time GPT-4 c…
-
How to quickly retrieve the latest sampling records? Currently, my approach is to use a query similar to the following:
```
select max(time) from dm.iot_sqt_agv_count where time > now() - interval…