{ "name": "pg_fkpart", "abstract": "Table partitioning by foreign key utility for PostgreSQL", "description": "pg_fkpart is a PostgreSQL extension to partition tables following a foreign key of a table.", "version": "1.7.0", "maintainer": "Nicolas Relange ", "license": "gpl_2", "provides": { "pg_fkpart": { "file": "pg_fkpart--1.7.sql", "docfile": "README.md", "version": "1.7.0", "abstract": "Table partitioning by foreign key extension" } }, "resources": { "bugtracker": { "web": "https://github.com/lemoineat/pg_fkpart/issues" }, "repository": { "url": "git://github.com/lemoineat/pg_fkpart.git", "web": "https://github.com/lemoineat/pg_fkpart", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "partitioning", "table partitioning", "foreign key" ] }