diff --git a/META.json b/META.json new file mode 100644 index 0000000..e16a6c9 --- /dev/null +++ b/META.json @@ -0,0 +1,45 @@ +{ + "name": "pg_hint_plan14", + "abstract": "Query hints in SQL comments", + "description": "This library adds support for query hints in SQL comments in PostgreSQL 14.", + "version": "1.4.2", + "maintainer": [ + "Michael Paquier " + ], + "license": "bsd", + "prereqs": { + "runtime": { + "requires": { + "PostgreSQL": ">= 14.0.0, < 15.0.0" + } + } + }, + "provides": { + "pg_hint_plan": { + "abstract": "Query hints in SQL comments", + "file": "pg_hint_plan--1.3.0.sql", + "docfile": "README.md", + "version": "1.4.2" + } + }, + "resources": { + "bugtracker": { + "web": "https://github.com/ossc-db/pg_hint_plan/issues" + }, + "repository": { + "url": "https://github.com/ossc-db/pg_hint_plan.git", + "web": "https://github.com/ossc-db/pg_hint_plan/", + "type": "git" + } + }, + "meta-spec": { + "version": "1.0.0", + "url": "https://pgxn.org/meta/spec.txt" + }, + "tags": [ + "sql", + "plan", + "performance", + "hint" + ] +}