Skip to content

Commit

Permalink
Add plcoffee and plls in META.json.
Browse files Browse the repository at this point in the history
Now we build them by default, it is reasonable to expose them in PGXN.
Also bump the recommended PostgreSQL version.
  • Loading branch information
umitanuki committed Sep 26, 2012
1 parent e719760 commit 04a77ea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion META.json
Expand Up @@ -20,7 +20,7 @@
"PostgreSQL": "8.4.0"
},
"recommends": {
"PostgreSQL": "9.1.0"
"PostgreSQL": "9.2.0"
}
}
},
Expand All @@ -30,6 +30,18 @@
"docfile": "doc/plv8.md",
"version": "1.3.0devel",
"abstract": "A procedural language in JavaScript"
},
"plcoffee": {
"file": "plcoffee--1.3.0devel.sql",
"docfile": "doc/plv8.md",
"version": "1.3.0devel",
"abstract": "A procedural language in CoffeeScript"
},
"plls": {
"file": "plls--1.3.0devel.sql",
"docfile": "doc/plv8.md",
"version": "1.3.0devel",
"abstract": "A procedural language in LiveScript"
}
},
"resources": {
Expand Down

0 comments on commit 04a77ea

Please sign in to comment.