הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
You might want to view the extensions that are installed in an Azure Database for PostgreSQL flexible server instance, and their corresponding versions.
Steps to view installed extensions
To list the extensions currently installed on your database, use the following SQL command:
SELECT * FROM pg_extension;