-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardization of META.json, we don't need to create a new version here because new updates have been deploy since the last publish on pgxn
- Loading branch information
1 parent
9c0bfdf
commit bc783a3
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
{ | ||
"name": "pgtelemetry", | ||
"abstract": "Useful monitoring and metrics views for PostgreSQL", | ||
"version": "1.4.0", | ||
"maintainer": [ "Chris Travers <[email protected]>" ], | ||
"version": "1.6.0", | ||
"maintainer" : [ | ||
"adjustgmbh" | ||
], | ||
"license": { | ||
"PostgreSQL": "http://www.postgresql.org/about/licence" | ||
}, | ||
"provides": { | ||
"pgtelemetry": { | ||
"file": "extension/pgtelemetry-HEAD.sql", | ||
"docfile": "doc/pgtelemetry.html", | ||
"version": "1.4.0", | ||
"version": "1.6.0", | ||
"abstract": "Useful monitoring and metrics for PostgreSQL" | ||
} | ||
}, | ||
|
@@ -23,7 +25,7 @@ | |
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"PostgreSQL": "9.6.0", | ||
"PostgreSQL": "11.0.0", | ||
"pg_stat_statements": 0, | ||
"plpgsql": 0 | ||
} | ||
|