-
# uname -a
Linux localhost.localdomain 3.10.0-862.2.3.el7.x86_64 #1 SMP Wed May 9 18:05:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?**
ghcr.io/zalando/postgres-operator:v1.11.0
…
-
**Use case**
The basic idea is to increase the MySQL compatibility with wire protocol in order to have tools like phpMyAdmin, DBeaver, ... working easily on ClickHouse (reading data)
**Describe th…
-
### Summary of the new feature / enhancement
As a developer, I want to use spanner in gcp so that i can be cloud friendly.
- https://cloud.google.com/spanner?hl=en
### Proposed technical imple…
Omzig updated
5 months ago
-
Installation and everything went fine.
When i run
IMPORT FOREIGN SCHEMA "ABC" FROM SERVER mydb INTO mydb_schema;
ERROR: cannot authenticate connection to foreign DB2 server
DETAIL:
-
http://parquet.io/ is a column storage format and could give us huge performance benefits. Also, they have java bindings.
-
Hi Support,
Can you please please help me on set up of linked server from one Babelfish to another Babelfish server.
-
I think there is a bug with "import foreign table". I imported a foreign schema and noticed that the column type on some of the columns in the foreign table are wrong. Apologies for posting a big tab…
-
postgresql versions: 15.8
instant oracle client versions: 19.20
oracle_fdw versions: 2.7.0
Good morning,
oracle_fdw version 2.7.0 has a problem.
SQL command:
`IMPORT FOREIGN SCHEMA "[ORACLE_…
-
I think that I found a bug.
SQL:
db=# WITH dt AS (
SELECT COALESCE(t.max, def.value) AS last_sync
FROM (VALUES ('2018-04-30'::date)) AS def(value), (SELECT max(pass_from_factory) FROM main…