-
Community postgres_fdw
EXPLAIN VERBOSE SELECT id,count(*) FROM events_fdw WHERE event_type='next' GROUP BY id LIMIT 100;
QUERY PLAN
-------------…
-
Hi guys, I have encounter a problem which seems to come from trivial-utl-8 lisp library. At least I cannot find this error message anywhere in pgloader code or in PostgreSQL code. Only in this lisp li…
-
Is it possible to support something like FDW here? It seems to me this might be along the lines of adding table grammar, somewhat similar to the storage parameters.
The process to create foreign da…
-
# 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…
-
Does not hinder it's use, presently, but this show up in the travis builds:
```
psql:./tests/usecasesql/marchantariats/marchantariats.sql:10: ERROR: unrecognized configuration parameter "lock_timeou…
-
I try to set up a sql server connection through tds_fdw
I execute the following code
CREATE EXTENSION tds_fdw
CREATE SERVER box_svr
FOREIGN DATA WRAPPER tds_fdw
OPTIONS (servername 'myserve…
-
Postgresql: 12.1
tds-fdw: 2.0.1
I have a PostgreSQL plpgsql function that does a SELECT INTO X COUNT(*) on a SQL Server foreign table where X is a local variable declared in the function. The func…
-
I have a single table query returning about 460,000 rows from a MSSQL server. Using tsql, the query begins returning rows in 1-3s, and completes in roughly a minute. Using tds_fdw, I see 15-40 minutes…
-
Postgres has a foreign data wrapper capability that allows you to expose data to postgres. The postgres engine will process sql queries over your data set. I did some experimentation with this in my f…
-
make install USE_PGXS=1
clang -I/usr/local/Cellar/ossp-uuid/1.6.2_1/include/ossp -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf…