Postgres Extension
Hi! I was wondering if it's possible to enable extensions for a postgres instance. I am specifically thinking of the pgvector extension. If yes, how would I go about this?
Solution:Jump to solution
unfortunately you cant with the provided postgres, you would need to deploy your own database as a service & volume combo and use private networking to connect to it
6 Replies
Project ID:
N/A
N/A
Solution
unfortunately you cant with the provided postgres, you would need to deploy your own database as a service & volume combo and use private networking to connect to it
😦
Can we put in a feature request for this?
databases will soon be just a service + volume, when that happens you will be able to install whatever extensions you want