{ "name": "pg_migrate", "abstract": "Migrates a PostgreSQL table avoiding long locks", "description": "Reorganize tables in PostgreSQL databases with minimal locks", "version": "0.1.0", "maintainer": [], "tags": [ "maintenance", "locks", "migrations", "schema-change" ], "release_status": "unstable", "license": "bsd", "provides": { "pg_migrate": { "file": "lib/pg_migrate.sql", "version": "0.1.0", "abstract": "Migrates a PostgreSQL table avoiding long locks" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.6.0" } } }, "resources": { "homepage": "https://github.com/phillbaker/pg_migrate", "bugtracker": { "web": "https://github.com/phillbaker/pg_migrate/issues" }, "repository": { "url": "https://github.com/phillbaker/pg_migrate.git", "web": "https://github.com/phillbaker/pg_migrate", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" } }