{ "name": "pgcat", "abstract": "Enhanced PostgreSQL logical replication", "version": "1.0.0", "maintainer": [ "kingluo " ], "license": "apache_2_0", "generated_by": "Jinhua Luo", "release_status": "stable", "prereqs": { "runtime": { "requires": { "PostgreSQL": "11.0.0" } } }, "provides": { "pgcat": { "file": "sql/pgcat--1.0.sql", "docfile": "README.md", "version": "1.0.0", "abstract": "Enhanced PostgreSQL logical replication" } }, "resources": { "bugtracker": { "web": "https://github.com/kingluo/pgcat/issues" }, "repository": { "url": "git://github.com/kingluo/pgcat.git" , "web": "https://github.com/kingluo/pgcat", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "replication", "table", "per-table", "logical" ] }