-
Hi,
i was trying to use Mysql_fdw to fetch a table with a field in json:
``` SQL
CREATE TABLE `thing` (
`id` int,
`value` json DEFAULT NULL
);
```
i've declared my FDW using:
```sql…
-
Came across [this](https://github.com/adjust/parquet_fdw/blob/794932c0a173161ac7781d10804d17589b64f6a6/src/parquet_impl.cpp#L1428C3-L1430C22) comment where the foreign scan is created.
```We have n…
-
-
# Issue report
_The following information is very important in order to help us to help you. Omission of the following details cause delays or could receive no attention at all._
## Operating sy…
-
La vue `syntheseff` se charge de flouter les données issue de la `synthese` vis à vis du niveau de diffusion. Il faudrait aussi le faire vis à vis du niveau de sensibilité.
Au passage, il est néces…
-
I ran into an issue that cost me some small amount of sanity. :)
I wrapped my fdw server in another function that supported local temporal caching in order to minimize the number of repeat service…
-
Is there an alternative method to install the extension that doesn't involve using make? I attempted to use the EDB package, but encountered a "package not found" error. Could you assist me with this?…
-
```bash
postgres=# create extension duckdb_fdw;
CREATE EXTENSION
postgres=# CREATE SERVER duckdb_server
postgres-# FOREIGN DATA WRAPPER duckdb_fdw
postgres-# OPTIONS (
postgres(# …
Vonng updated
4 months ago
-
https://github.com/pgvector/pgvector/issues/508
For:
- [x] svector -> sparsevec
- [ ] Rename
- [ ] text representation: https://github.com/pgvector/pgvector/blob/f3477cf28d8cc9d7d8926845a098…
-
While testing out PGAdmin's test suite, the following issues cause test failures. Note that this is not a list of extensions to implement but a list of what fell out of my investigation into PGAdmin.…