Install or update an extension ===================================== Aiven for PostgreSQLĀ® allows a series of pre-approved extensions to be installed. Install an extension -------------------- Any available extension can be installed by the ``avnadmin`` user with the following ``CREATE EXTENSION`` command: .. code:: CREATE EXTENSION CASCADE; Update an extension ------------------- To upgrade an already-installed extension to the latest version available, run as the ``avnadmin`` user: .. code:: ALTER EXTENSION UPDATE; If you want to experiment with upgrading, remember that you can fork your existing database to try this operation on a copy rather than your live database. .. warning:: When a service is updated via a maintenance update, this does not update the extension versions that are used automatically. The reason for this is that user schemas and functions can (and do often) rely on specific versions of an extension being used, so we can't assume that all extensions are safe to upgrade. Request a new extension ----------------------- We are always open to suggestions of additional extensions that could be useful to many of our customers, and there are a few that can be enabled on request if you need them. For any extensions not on the :doc:`/docs/products/postgresql/reference/list-of-extensions` approved list, please open a support ticket and let us know: * which extension is requested * which database service and user database should have them .. warning:: "Untrusted" language extensions such as ``plpythonu`` cannot be supported as they would compromise our ability to guarantee the highest possible service level.