You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"name": "uri",
"abstract": "A URI type for PostgreSQL",
"description": "This is an extension for PostgreSQL that provides a uri data type. The actual URI parsing is provided by the uriparser library, which supports URI syntax as per RFC 3986.",
"version": "1.20150415.0",
"maintainer": "Peter Eisentraut <[email protected]>",
"license": "postgresql",
"provides": {
"uri": {
"abstract": "A URI type for PostgreSQL",
"file": "uri.sql",
"docfile": "README.md",
"version": "1.20150415.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/petere/pguri/issues/"
},
"repository": {
"url": "git://github.com/petere/pguri.git",
"web": "https://github.com/petere/pguri/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"uri",
"url",
"data type"
]
}
The text was updated successfully, but these errors were encountered:
And release on PGXN?
The text was updated successfully, but these errors were encountered: