-
clickhousedb fdw does not support the options: user and password.
postgres=# CREATE SERVER clickhouse_svr FOREIGN DATA WRAPPER clickhousedb_fdw OPTIONS(dbname 'test_database', driver '/usr/local/li…
-
Jira Link: [DB-13467](https://yugabyte.atlassian.net/browse/DB-13467)
We would like to migrate our existing CRDB to Yugabyte but currently I can't find any way to export the database in a compatible …
-
pg15
duckdb 0.10.1
create server ds foreign data wrapper duckdb_fdw options (database '/home/postgres/duckdb');
select duckdb_execute('ds','create table t1(a integer ,b integer ,c varchar(10));…
-
I try to set up a sql server connection through tds_fdw
I execute the following code
CREATE EXTENSION tds_fdw
CREATE SERVER box_svr
FOREIGN DATA WRAPPER tds_fdw
OPTIONS (servername 'myserve…
-
### General
- [x] StoreConfig
- [x] Basic generator
- [x] Types for primary keys (#437)
- [x] tableId as optionally rendered argument (#437)
- [x] Singleton tables (#437)
- [x] Delete (#437)
- [x] AB…
dk1a updated
8 months ago
-
Hello.
When I'm trying to upgrade an existing extension:
# alter extension tds_fdw update;
ERROR: extension "tds_fdw" has no update path from version "2.0.0-alpha.3" to version "2.0.1"
But cr…
ghost updated
4 years ago
-
I'm trying to connect to Manticore Search via foreign table in PostgreSQL and when executing a query I get the error:
`[HV00L] ERROR: failed to prepare the MySQL query: unknown command (code=22)`…
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/librenms/docker/blob/master/.github/SUPPORT.md)
### I've found a bug and checked that ...
- [X] ... the documentat…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
Not a problem, to make TiDB able to manage external data. From [SQL/MED - Wikipedia](https://en.wikipedia.or…
-
https://github.com/EnterpriseDB/mysql_fdw/issues/301
Self-hosted
I'm trying to access the my DB (MySQL) from postgres through supabase
Below are the work-around I have done with installing fdw
…