-
See https://gist.github.com/mc-soi/7201e5627573646b4f60 for my patch. The postgresPlanForeignModify code came from the postgresql_fdw code:
http://doxygen.postgresql.org/postgres__fdw_8c.html#a64110f…
-
We're attempting to connect to an MSSQL server and are receiving an error when importing the dbo schema. The error is:
ERROR: remote server returned an error
SQL state: XX000
Not sure what t…
-
[feature request]
SQL `RETURNING` have been [introduced in SQLite 3.35.0](https://www.sqlite.org/lang_returning.html).
> SQLite's syntax for RETURNING is modelled after [PostgreSQL](https://www…
-
Hi team,
Currently, at `IMPORT FOREIGN SCHEMA`, `mysql_fdw` map MySQL's `TIMESTAMP` with PostgreSQL's `timestamp`. I think it does not a correct behavior, based on: https://dev.mysql.com/doc/refman…
-
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…
-
it would be great if we could set different postgres column names.
postgres_fdw has such option as column_name to set column name to map from
-
Hi all,
I chanced upon this great extension and it is excellent for reading mysql and mariadb database.
However, there seems to be an issue with the mysql database write functions, even though the c…
-
```
CREATE FOREIGN TABLE example1 (
one INT8,
two INT8[],
three TEXT,
four TIMESTAMP,
five DATE,
six BOOL,
seven FLOAT8)
SERVER parquet_srv
…
-
Both BigQuery and Postgres (with postgis extension) support a GEOMETRY data type. Will bigquery_fdw work with this?
-
I would like to install this extension on my macbook pro with **OS X 10.8** and **Postgresapp**.
`make && make install` went smoothly but when i try to run
`psql -c "CREATE EXTENSION twitter_fdw" my…