A guide for enabling and managing extensions in Vultr Managed PostgreSQL databases to extend functionality
Vultr Managed Databases for PostgreSQL allow you to enable and manage supported extensions to extend database functionality. To work with extensions, connect to your cluster using the vultradmin user or another role with sufficient privileges.
To see all extensions available in your current database, run:
To enable a specific extension, use:
Replace extension_name with the name of the extension you want to enable, such as vector for pgvector functionality.
To remove an extension no longer needed, run:
This ensures that extension management is restricted to authorized users, keeping your Vultr Managed PostgreSQL cluster secure and consistent.
0 Comments
Be the first to comment and share your perspective with the community.