4

I see here that only allowed extensions can be installed on PostgreSQL in Google Cloud Platform. Is there any possibility to add an extension that is not listed in supported extensions? The extension I need is pg_semver.

1 Answer 1

4

There are two options here for your use case:

  1. Use a Compute Engine instance as SQL database, rather than CloudSQL and you will be able to install any extension you would need to.
  2. As stated on the official documentation you can open a Feature Request (FR) to the CloudSQL eng team in order to evaluate it and let you know if it will be implemented or not in the future.

Bear in mind that feature requests have not ETA.

Sign up to request clarification or add additional context in comments.

1 Comment

Just submitted one for pgx_ulid: issuetracker.google.com/issues/290254831

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.