{ "name": "ddlx", "abstract": "DDL eXtractor Functions", "description": "A set of SQL only functions for recreating DDL for objects in a database", "version": "0.21.0", "maintainer": [ "Ziga Kranjec " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.1.0" }, "recommends": { "PostgreSQL": "10.0.0" } } }, "provides": { "pgddl": { "file": "ddlx.sql", "docfile": "README.md", "version": "0.21.0", "abstract": "DDL eXtractor Functions" } }, "resources": { "homepage": "https://github.com/lacanoid/pgddl/wiki", "bugtracker": { "web": "https://github.com/lacanoid/pgddl/issues" }, "repository": { "url": "https://github.com/lacanoid/pgddl.git", "web": "https://github.com/lacanoid/pgddl", "type": "git" } }, "generated_by": "Ziga Kranjec ", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "administration", "ddl", "meta" ] }