Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for version 0.6.0 #9

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"abstract": "A Roaring Bitmap data type",
"description": "This library contains a single PostgreSQL extension, a Roaring Bitmap data type called 'roaringbitmap', along with some convenience opperators and functions for constructing and handling Roaring Bitmap.",
"version": "0.6.0",
"maintainer": [
"Chen Huajun <[email protected]>"
],
"croaring_version": "2.0.2",
"license": "apache_2_0",
"provides": {
"pg_roaringbitmap": {
Expand All @@ -17,15 +15,14 @@
},
"resources": {
"bugtracker": {
"web": "http://github.com/ChenHuajun/pg_roaringbitmap/issues/"
"web": "http://github.com/BrandwatchLtd/pg_roaringbitmap/issues/"
},
"repository": {
"url": "git://github.com/ChenHuajun/pg_roaringbitmap.git",
"web": "http://github.com/ChenHuajun/pg_roaringbitmap/",
"url": "git://github.com/BrandwatchLtd/pg_roaringbitmap.git",
"web": "http://github.com/BrandwatchLtd/pg_roaringbitmap/",
"type": "git"
}
},
"generated_by": "Chen Huajun",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,19 +514,4 @@ or
) t(bitmap)</pre></td>
<td><code>2</code></td>
</tr>
</table>

# Cloud Vendor Support

`pg_roaringbitmap` is supported by the following cloud vendors

- Alibaba Cloud RDS PostgreSQL: https://www.alibabacloud.com/help/doc-detail/142340.htm
- Huawei Cloud RDS PostgreSQL: https://support.huaweicloud.com/usermanual-rds/rds_09_0045.html
- Tencent Cloud RDS PostgreSQL: https://cloud.tencent.com/document/product/409/67299

To request support for `pg_roaringbitmap` from other cloud vendors, please see the following:

- Amazon RDS: send an email to [email protected] with the extension name and use case ([docs](https://aws.amazon.com/rds/postgresql/faqs/))
- Google Cloud SQL: comment on [this issue](https://issuetracker.google.com/u/1/issues/207403722)
- DigitalOcean Managed Databases: comment on [this idea](https://ideas.digitalocean.com/app-framework-services/p/postgres-extension-request-pgroaringbitmap)
- Azure Database for PostgreSQL: comment on [this post](https://feedback.azure.com/d365community/idea/e6f5ff90-da4b-ec11-a819-0022484bf651)
</table>