{ "name": "pg_hint_plan16", "abstract": "Query hints in SQL comments", "description": "This library adds support for query hints in SQL comments in PostgreSQL 16.", "version": "1.6.0", "maintainer": [ "Michael Paquier " ], "license": "bsd", "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 16.0.0, < 17.0.0" } } }, "provides": { "pg_hint_plan": { "abstract": "Query hints in SQL comments", "file": "pg_hint_plan--1.6.0.sql", "docfile": "README.md", "version": "1.6.0" } }, "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" ] }