-
I have installed **freetds-1.1.24** and **tds_fdw-master** and I am unable to create any extension.
ERROR: could not load library "/home/postgres/PostgreSQL-10/lib/tds_fdw.so": libsybdb.so.5: cannot …
-
postgis - расширения для геоданных
tds_fdw используется для миграции данных с mssql на postgres
Есть два разных докер-образа под эти требования - https://hub.docker.com/r/mdillon/postgis и https://g…
-
About import_generated option:
- Original behavior of postgres_fdw: get the "attgenerated" information from pg_attribute of remote server.
If attgenerated is not NULL, postgres_fdw creates a foreign…
-
Getting below error while compling code
Postgres and go verions also mentioned
root@ceadat-virtual-machine:~# sudo -u postgres psql
could not change directory to "/root": Permission denied
ps…
-
Hello!
We are moving part of our data from Postgres to Clickhouse database and for backward capability with our code we use Clickhouse FDW.
But on simple queries (like `COPY (SELECT * FROM big_c…
-
# Issue report
i have many plpgsql function with many CTE sections.
when you run the SAME function 1-5 time it is okay and results are correct (if wrtiting materialized in CTE's section)
after 6 …
-
# Issue report
_The following information is very important in order to help us to help you. Omission of the following details cause delays or could receive no attention at all._
## Operating sy…
-
@ptribble ever see this one before?
```
[root@tommy-dd378711 ~/cstore_fdw]# make
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-att…
-
Trying to build per the readme for dynamodb_fdw and getting the following error:
2.906 g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-t…
-
Hi Folks,
Postgres: 12
clickhouse_fdw: 1.3
Clickhouse: 20.11.4.13
My Clickhouse connection is defined:
```
create server clickhouse_svr
foreign data wrapper clickhouse_fdw options (dbname …