-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
164 additions
and
116 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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "pair", | ||
"abstract": "A key/value pair data type", | ||
"version": "0.1.0", | ||
"maintainer": "David E. Wheeler <[email protected]>", | ||
"license": "postgresql", | ||
"provides": { | ||
"pair": { | ||
"abstract": "A key/value pair data type", | ||
"file": "sql/pair.sql", | ||
"docfile": "doc/pair.md", | ||
"version": "0.1.0" | ||
} | ||
}, | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "https://pgxn.org/meta/spec.txt" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "pair", | ||
"abstract": "A key/value pair data type", | ||
"description": "This library contains a single PostgreSQL extension, a key/value pair data type called “pair”, along with a convenience function for constructing key/value pairs.", | ||
"version": "0.1.4", | ||
"maintainer": ["David E. Wheeler <[email protected]>"], | ||
"license": "postgresql", | ||
"provides": { | ||
"pair": { | ||
"abstract": "A key/value pair data type", | ||
"file": "sql/pair.sql", | ||
"docfile": "doc/pair.md", | ||
"version": "0.1.0" | ||
} | ||
}, | ||
"resources": { | ||
"bugtracker": { | ||
"web": "https://github.com/theory/kv-pair/issues/" | ||
}, | ||
"repository": { | ||
"url": "git://github.com/theory/kv-pair.git", | ||
"web": "https://github.com/theory/kv-pair/", | ||
"type": "git" | ||
} | ||
}, | ||
"generated_by": "David E. Wheeler", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "https://pgxn.org/meta/spec.txt" | ||
}, | ||
"tags": [ | ||
"variadic function", | ||
"ordered pair", | ||
"pair", | ||
"key value", | ||
"key value pair", | ||
"data type" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "widget", | ||
"abstract": "Widget for PostgreSQL", | ||
"description": "¿A widget is just thing thing, yoŭ know?", | ||
"version": "0.2.5", | ||
"maintainer": ["David E. Wheeler <[email protected]>"], | ||
"license": { | ||
"PostgreSQL": "https://www.postgresql.org/about/licence" | ||
}, | ||
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"plpgsql": 0, | ||
"PostgreSQL": "8.0.0" | ||
}, | ||
"recommends": { | ||
"PostgreSQL": "8.4.0" | ||
} | ||
} | ||
}, | ||
"provides": { | ||
"widget": { | ||
"file": "sql/widget.sql.in", | ||
"version": "0.2.5" | ||
} | ||
}, | ||
"resources": { | ||
"homepage": "http://widget.example.org/" | ||
}, | ||
"generated_by": "theory", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "https://pgxn.org/meta/spec.txt" | ||
}, | ||
"tags": ["widget", "gadget", "full text search"] | ||
} |
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
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