{ "name": "pg_hint_plan15", "abstract": "Query hints in SQL comments", "description": "This library adds support for query hints in SQL comments in PostgreSQL 15.", "version": "1.5.1", "maintainer": [ "Michael Paquier " ], "license": "bsd", "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 15.0.0, < 16.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.5.1" } }, "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" ] }