{ "name": "postgres_fdw", "abstract": "A read-only Postgres FDW for 9.2.", "description": "This port provides a read-only Postgres FDW to PostgreSQL servers in the 9.2 series. It is a port of the official postgres_fdw contrib module available in PostgreSQL version 9.3 and later.", "version": "1.0.0", "maintainer": [ "Command Prompt, Inc. " ], "license": "postgresql", "provides": { "postgres_fdw": { "abstract": "A read-only Postgres FDW for 9.2.", "file": "sql/postgres_fwd.sql", "version": "1.0.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 9.2.0, < 9.3.0" } } }, "resources": { "homepage": "https://public.commandprompt.com/projects/postgres_fdw", "bugtracker": { "web": "https://public.commandprompt.com/projects/postgres_fdw/issues", "mailto": "postgres_fdw@commandprompt.com" }, "repository": { "url": "https://github.com/commandprompt/postgres_fdw.git", "web": "https://github.com/commandprompt/postgres_fdw", "type": "git" } }, "generated_by": "Command Prompt, Inc.", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "foreign data wrapper", "FDW", "backport" ] }