monetdb_fdw icon indicating copy to clipboard operation
monetdb_fdw copied to clipboard

monetdb_fdw - PostgreSQL Foreign Data Wrapper for MonetDB

Results 8 monetdb_fdw issues
Sort by recently updated
recently updated
newest added

followed the steps to configure PostgreSQL Foreign Data Wrapper for MonetDB make USE_PGXS=1 make USE_PGXS=1 install works fine when put the entry in /var/lib/pgsql/11/data/postgresql.conf shared_preload_libraries = 'monetdb_fdw' "# systemctl restart...

Hi. I have compiled and installed the extension without errors, but whenever I try to connect to PostgreSQL server, I get an connection error. When I look at the PostgresSQL...

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...

Update source code for PostgreSQL 9.5 API.

hi, Thanks for jobs. it's works fine for reader queries on debian jessie with postgres 9.4 / postgis 2.1 and monetdb with geom feature enable. Is it possible in future...

While configuring this FDW it shows mapi.h: No such file or directory error. We have monetdb and mclient installed on same machine. Do you know how to resolve this error?...

Steps to get up and running - make sure MonetDB-client-devel is installled (`yum install MonetDB-client-devel` on CentOS) - `git clone` - as root: `USE_PGXS=1 PATH=/usr/pgsql-9.4/bin:$PATH make install` - edit `postgresql.conf`...