{ "name": "country", "abstract": "Enumerable country list, stored in a single-byte, fixed-length type.", "version": "0.0.3", "maintainer": [ "Chris Travers ", "Manuel Kniep " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "provides": { "country": { "file": "sql/country.sql", "version": "0.0.3", "abstract": "Enumerable country list, stored in a single-byte, fixed-length type." } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "description": "This extnesion effectively provides a country list as an enumerable one-byte integer, ideal for analytics workloads. The country list will be updated as needed.", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/adjust/pg-country/issues" }, "repository": { "url": "git://github.com/adjust/pg-country.git", "web": "http://github.com/adjust/pg-country", "type": "git" } } }