{ "name": "pg_hint_plan12", "abstract": "Query hints in SQL comments", "description": "This library adds support for query hints in SQL comments in PostgreSQL 12.", "version": "1.3.9", "maintainer": [ "Michael Paquier " ], "license": "bsd", "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 12.0.0, < 13.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.3.9" } }, "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" ] }