Database Reference
In-Depth Information
"cures cancer",
"myextension",
"creates world peace"
],
"resources": {
"bugtracker":
{"web": "https://github.com/myaccount/
myextension/issues/"},
"repository": {
"type": "git",
"url": "git://github.com/myaccount/
myextension.git",
"web": "https://github.com/myaccount/
myextension/"
}
}
}
The next file that you will need to modify is README.md . This file is located in my-
extension/README.md . An example is provided with the code that accompanies
this topic. Due to the length, it will not be reproduced here. This file is distributed
along with your extension. It is a plain text file that is meant for human consumption.
Describe anything you like in it. Mine includes a recipe for doner kebabs. Quite tasty!
But most importantly, put a nice long description of the benefits and ease of use of
your extension. Finally, we come to doc/myextension.md . This file is used by the
PostgreSQL Extension Network to provide a very nice landing page for your exten-
sion. It will look something like this:
Search WWH ::




Custom Search