-
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…
-
So that complex queries are completed in a reasonable level of time, we want to test a complex query provided by Chris Crook.
### Tasks
1. Benchmark
2. Make performance improvements one at a time
3…
-
Clickhouse has support for Nullable() columns but the FDW reports that it rejects these columns when configuring tables.
Python Clickhouse driver supports Nullable(), so should be something possibl…
-
src/ldap_fdw.c:108:36: error: incompatible type for argument 3 of ‘create_foreignscan_path’
baserel->rows, startup_cost, total_cost,
…
-
Hello, I compiled the last commit (091853f) in windows, this is my foreign table:
```
CREATE FOREIGN TABLE pg_mytable
(
zId bigint NULL,
Zone varchar(250)
)
SERVER sqlserver_r
OPTIONS (table 'db…
-
psql (PostgreSQL) 12.3 (Ubuntu 12.3-1.pgdg20.04+1)
cstore_fdw 1.7.0
Thank you for this project! While using the example in [PostgreSQL Columnar Store for Analytic Workloads](https://www.ci…
-
That is probably due to us handling truncate command via process utility.
Note : Postgres does support truncating foreign tables. So we hook into process utility and modify truncate command to re…
-
Hi,
I notice that transactions are not supported by mysql_fdw. For instance, say I have a table called customer in mysql:
`create table customer (custid INT nut null, name varchar(20));`
In Postgres…
J20S updated
5 months ago
-
Hi
Being new to Postgres and need to connect to the SQL Server.
Can you come with an example to access SQL Server from Postgres ?
I have installed the FDW but am unsure what to have in the cr…