-
Hello,
Having this Foreign Data Wrapper is a very interesting thing !
I have just build and installed it, and cheched what was the SQL syntax sent to monetdb:
**on postgres:**
CREATE FOREIGN T…
-
Hi there,
Thanks for this awesome project. Quick question: is it possible to push the group by clause at the level of the foreign data wrapper? There are situations when i want to push this as low as…
-
I currently use JDBC_FDW with PostgreSQL 9.3 and db2, and works perfect, but with the Postgresql 9.5's new feature "IMPORT FOREIGN SCHEMA", after compile jdbc_fdw for work with that version (9.5), it …
-
Hello,
I've successfully used this library with PostgreSql connected to Oracle through a foreign data wrapper.
Only 4 lines were added to generator/internal/metadata/schema_meta_data.go, as foll…
-
The data in `Foreign.C.Types` are just newtype wrappers around types which mostly have `Binary` instances already. Is there a reason the C types don't have `Binary` instances?
ghorn updated
9 years ago
-
Hi, I want to comment [redis_wrapper](https://bitbucket.org/adunstan/redis_wrapper/src/master/) but the issue button is grey :(
I want to use it as a trigger to sync db data into redis as cache.
…
-
When trying to install from current source:
``` sql
psql (9.5.0)
Type "help" for help.
~@decina.local/96081# CREATE EXTENSION multicorn;
CREATE EXTENSION
~@decina.local/96081# CREATE SERVER fdw_fdw …
-
**Describe the bug**
I'm seeing unexpected results using a `WHERE` clause on the `aws_ecr_image` table. All rows from a `JOIN` condition are being returned even though the query specifies most rows s…
-
[reporter="ngoodman", created="Sat, 25 Jun 2011 11:05:59 -0500 (GMT-05:00)"]
Currently the push down rule for the foreign wrapper generates a functional, but less widely accepted SQL as the outcome of…
-
I was trying to your examples also 'insert into select' statement.
but my connection in postgresql was broken when running 'insert into select' statement.
below is my proceeding.
Please kindly ch…