{ "name": "pgsql_tweaks", "abstract": "Contains PostgreSQL functions which I regularly needed.", "description": "The package includes several functions and views to help daily work.", "version": "0.10.0", "maintainer": [ "Stefanie Janine Stölting " ], "license": { "PostgreSQL": "https://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "10.0.0" }, "recommends": { "PostgreSQL": "14.5.0" } } }, "provides": { "pgsql_tweaks": { "abstract": "Contains PostgreSQL functions and views which I regularly needed and might help others, too.", "file": "sql/out/versions/pgsql_tweaks--0.10.0.sql", "docfile": "PGXNREADME.md", "version": "0.10.0" } }, "resources": { "bugtracker": { "web": "https://gitlab.com/sjstoelting/pgsql-tweaks/issues" }, "repository": { "url": "https://gitlab.com/sjstoelting/pgsql-tweaks.git", "web": "https://gitlab.com/sjstoelting/pgsql-tweaks", "type": "git" } }, "release_status": "stable", "generated_by": "Stefanie Janine Stölting", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "is_date", "is_time", "is_timestamp", "is_integer", "is_numeric", "is_boolean", "is_json", "is_encoding", "encoding", "array aggregates", "datatype checks", "extended system views" ] }