Skip to content

Commit

Permalink
Add META.json for PGXN distribution
Browse files Browse the repository at this point in the history
Per pull request #158.

Author: Jeremy Schneider, with a couple of tweaks from me.
Backpatch-through: 12
  • Loading branch information
michaelpq committed Oct 5, 2023
1 parent dfb7d34 commit 60e9b84
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"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 <[email protected]>"
],
"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"
]
}

0 comments on commit 60e9b84

Please sign in to comment.