Database Reference
In-Depth Information
{
"name": "myextension",
"abstract": "A short description",
"description": "A long description",
"version": "0.0.1",
"maintainer": "The maintainer's name",
"license": "postgresql",
"provides": {
"myextension": {
"abstract": "A short description",
"file": "sql/myextension.sql",
"docfile": "doc/myextension.md",
"version": "0.0.1"
}
},
"release_status": "unstable",
"generated_by": "The maintainer's name",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}
You should add some sections to it to describe your keywords and any additional re-
sources that you make available to the user. These sections would look like this:
"tags": [
"cures cancer",
"myextension",
"creates world peace"
],
"resources": {
"bugtracker":
{"web": "https://github.com/myaccount/
Search WWH ::




Custom Search