-
postgres=# CREATE EXTENSION oracle_fdw;
ERROR: could not load library "/usr/pgsql-16/lib/oracle_fdw.so": libclntsh.so.19.1: cannot open shared object file: No such file or directory
postgres=
po…
-
### Describe the bug
I build some tables in risingwave, and import them as foreign tables to postgres via FDW (postgres_fdw plugin), then I query postgres foreign tables using SpringData JPA (which u…
-
## Motivation
`dblink` and `postgres_fdw` extensions are quite popular in analytical, migration, and sharding use cases. Therefore we need to install them.
## DoD
As a user, I can install these two…
-
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_…
-
# Issue report
## Operating system
_On recent GNU/Linux distributions, you can provide the content of the file `/etc/os-release`_
```
Fedora Linux 40 (Workstation Edition)
```
## Version…
-
Here is the error
```
ERROR: could not load library "/usr/lib/postgresql/15/lib/steampipe_postgres_aws.so": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib/…
-
After creating foreign table and executing `select * from my_foreign_table limit 1` getting error "Remote server returned an error". This happens if foreign table is pointed to the RDBS which doesn't …
-
Hello,
there is incorrect signed/unsigned integer conversion in `cstore_clean_table_resources()` function. Once the Oid goes over 2^31 -1, cstore files aren't deleted and become unreachable by pos…
-
### Affected Resource(s)
- postgresql_server
```hcl
resource "postgresql_server" "myserver_postgres" {
server_name = "myserver_postgres"
fdw_name = "postgres_fdw"
options = {
hos…
-
**Company or project name**
https://vantage.sh
**Describe the unexpected behaviour**
We have a Postgres RDS database in our VPC, and want to allow it to read data from ClickHouse Cloud. Click…