Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The server configuration parameter shared_preload_libraries determines which libraries load when an Azure Database for PostgreSQL flexible server starts. You must use this parameter to load any libraries that use shared memory. If you need to add your extension to the shared preload libraries, follow these steps:
Steps to load libraries
Using the Azure portal:
Select your Azure Database for PostgreSQL flexible server.
From the resource menu, under the Settings section, select Parameters.
Add the libraries that you want to include in the value of
shared_preload_libraries.Select Save.
Because
shared_preload_librariesis a static parameter, it requires a server restart for the changes to take effect.A new deployment is launched to set the value of the
shared_preload_librariesparameter on your Azure Database for PostgreSQL flexible server.When the deployment completes, select Go to resource to go back to your Azure Database for PostgreSQL flexible server.