-
# VM specification:
vCPUs 4
RAM 16 GiB
# Table details:
myTable size: 4 GB Blob.
# Export duration: 8 hours.
Max rows per second reached was 75
Command: ora2pg -t COPY -o data.s…
-
version 2.0.0-alpha.3
There appears to be a trailing ")" in the query ....
postgres=# IMPORT FOREIGN SCHEMA information_schema FROM SERVER abcd1234 INTO public;
ERROR: syntax error at or near ")…
-
Query `SELECT DISTINCT "column_name" FROM foreign_table;` doesn't work. This return duplicate entries in case of usage tds-fdw from branch `2.0.0-alpha1`. Branch `1.0.7` works as expected for the same…
-
When installing the `protobuf` dependencies on a Debian machine, I ran into the following error:
```
$ make
protoc-c --c_out=. cstore.proto
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdecla…
-
I was not able to build 2.0.0 alpha 3 without PG_CPPFLAGS := -I./include/ -I/usr/include/ -I/usr/local/include -fvisibility=hidden in the Makefile
-I/usr/include/ fixed stdio.h not found
-I/usr/…
-
Hi,
I have installed plugins `db_migrator--0.9.0.sql` and `ora_migrator--0.9.2.sql`.
For User mapping I used an user with full privileges on Oracle.
I have also enabled DEBUG logging in the `db_m…
-
```
CREATE FOREIGN TABLE example1 (
one INT8,
two INT8[],
three TEXT,
four TIMESTAMP,
five DATE,
six BOOL,
seven FLOAT8)
SERVER parquet_srv
…
-
Somewhere in the DEBUG1-5 levels, ideally it'd be great if it also prints TLS version. It already prints a ton of useful stuff, but while testing for TLS version, it was non-trivial on whether it is e…
-
We'd like to build a large scale CMS with postgresql as source of truth + cockroachdb as denormalized data store for public access.
To keep both systems in sync via transactions I'd like to use a for…
-
Cstore_fdw stores its meta-data and data files on the file system in its own folder. This has becoming a problem for cstore. If we can start using internal file structure we can
- drop superuser requ…