From a9bbee4198e5b8f8e863e0e966c64957ca13cd36 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 30 Apr 2021 18:01:07 -0700 Subject: [PATCH] Added section on hosted Postgres [skip ci] --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4d486de..5aee948 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,13 @@ On Mac with Homebrew Postgres, you can use: brew install ankane/brew/pgvector ``` +## Hosted Postgres + +Some Postgres providers only support specific extensions. To request a new extension: + +- Amazon RDS - follow the instructions on [this page](https://aws.amazon.com/rds/postgresql/faqs/) +- Google Cloud SQL - follow the instructions on [this page](https://cloud.google.com/sql/docs/postgres/extensions#requesting-support-for-a-new-extension) + ## Upgrading ### 0.1.1