{ "name": "pg_monetdb", "abstract": "MonetDB foreign-data wrapper with stronger analytical pushdown", "description": "pg_monetdb is a PostgreSQL FDW extension and monetdb_fdw fork for querying and modifying data stored in remote MonetDB servers. This distribution ships the extension control and upgrade scripts, C implementation, and documentation needed to build, install, and use the FDW through PGXS, with current support for stronger analytical pushdown plus MonetDB HUGEINT, BLOB, and validated interval-family round trips.", "version": "1.4.0", "maintainer": [ "saulo jose benvenutti " ], "license": { "MPL-2.0": "https://www.mozilla.org/MPL/2.0/" }, "provides": { "pg_monetdb": { "file": "pg_monetdb--1.4.sql", "docfile": "README.md", "version": "1.4.0", "abstract": "MonetDB foreign-data wrapper with stronger analytical pushdown" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "15.0.0" } } }, "resources": { "homepage": "https://github.com/saulojb/pg_monetdb", "bugtracker": { "web": "https://github.com/saulojb/pg_monetdb/issues" }, "repository": { "url": "https://github.com/saulojb/pg_monetdb.git", "web": "https://github.com/saulojb/pg_monetdb", "type": "git" } }, "generated_by": "hand-written", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "release_status": "stable", "tags": [ "fdw", "foreign-data-wrapper", "monetdb", "postgresql", "pushdown", "analytics", "tpc-h", "tpc-ds" ] }