-
http://114.115.166.182:8360/post/sdb-gis-plugin.html
-
Hi
I am connecting postgres 15 to mariadb, but the IMPORT FOREIGN SCHEMA seems to skip all the mixed case tables.
It imports all the lower case ones just fine though.
There are a LOT of tables, …
-
Hallo I'm useing
In June 2022 (2022-06-11) it was possible to export VirtualFoldes.
Now I'm useing thunderbird 102.2.2 64 Linux + NG:Version 12.0.2 : Maintenance Release - October 24, 2022
In this…
-
Hi, I was testing cstore_fdw against plain pg table and noticed this:
```sql
pg=# create foreign table cstore_test (time timestamp,meter_id int,data real) server cstore_server options(compression'pg…
-
Hi Wolfgang,
We have setup db2_fdw on our Postgres 10.4 server (Linux x86_64) using a 11.1 version of the DB2 client.
In this case we are connecting to DB2 Z/OS (not LUW) and we were able to c…
-
This is the query I am running in the actual Microsoft Sql Server database, which works well:
`select * from Foo join FooRead on Foo.FooId = FooRead.FooId join Asset on Asset.AssetId = Foo.AssetId`…
-
I have a database in MySQL on Linux (for production) and macOS (for development). In that database some table names use mixed-case (e.g. articleGalleryImage). I was trying to write a database migratio…
-
While compiling using gnumake on windows i got the following error
process_begin: CreateProcess(NULL, mysql_config --include, ...) failed
process_begin: CreateProcess(NULL, mysql_config --libs, .…
-
During executing the following query error occured
postgres=# IMPORT FOREIGN SCHEMA mindsdb FROM SERVER mysql_minds INTO hrdb;
ERROR: failed to execute the MySQL query:
-
Hi,
I upgraded from v1.0.3 to v1.0.6. The compile and install went fine, I checked the dates on the new files in the install folders.
However when you check the version with `\dx`, it still reports…