Skip to content

Commit 5e372ef

Browse files
committed
chore: add metadata for PGXN
Signed-off-by: Snehil Shah <snehilshah.989@gmail.com>
1 parent a8bbafb commit 5e372ef

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

META.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "pg_dispatch",
3+
"abstract": "Asynchronous SQL dispatcher",
4+
"version": "0.1.2",
5+
"maintainer": "Snehil Shah <snehilshah.989@gmail.com>",
6+
"license": "postgresql",
7+
"provides": {
8+
"pg_dispatch": {
9+
"abstract": "Asynchronous SQL dispatcher",
10+
"file": "pg_dispatch--0.1.2.sql",
11+
"docfile": "README.md",
12+
"version": "0.1.2"
13+
}
14+
},
15+
"resources": {
16+
"bugtracker": {
17+
"web": "https://github.com/Snehil-Shah/pg_dispatch/issues/"
18+
},
19+
"repository": {
20+
"url": "git://github.com/Snehil-Shah/pg_dispatch.git",
21+
"web": "https://github.com/Snehil-Shah/pg_dispatch/",
22+
"type": "git"
23+
}
24+
},
25+
"generated_by": "Snehil Shah",
26+
"meta-spec": {
27+
"version": "1.0.0",
28+
"url": "https://pgxn.org/meta/spec.txt"
29+
},
30+
"tags": [
31+
"async",
32+
"dispatcher",
33+
"promise",
34+
"defer",
35+
"pg_late",
36+
"pg_tle"
37+
]
38+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To learn how to install `dbdev` and published TLE extensions, read [here](https:
3232
> [!WARNING]
3333
> This extension is installed in the `pgdispatch` schema and can potentially cause namespace collisions if you already had one before.
3434
35+
You can also manually install the distribution from PGXN [here](https://pgxn.org/dist/pg_dispatch/).
36+
3537
## Usage
3638

3739
```sql

0 commit comments

Comments
 (0)