Skip to content

Commit 4f6b6e8

Browse files
committed
spell checks
1 parent acaadae commit 4f6b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To check which versions of an extension are available for your current database
132132
SELECT * FROM pg_available_extensions WHERE name = 'azure_ai';
133133
```
134134

135-
These commands provide necessary insights into the extension configurations of your database, helping maintain your systems efficiently and securely. By enabling easy updates to the latest extension versions, Azure Database for PostgreSQL - Flexible Server continues to support the robust, secure, and efficient management of your database applications.
135+
These commands provide necessary insights into the extension configurations of your database, helping maintain your systems efficiently and securely. By enabling easy updates to the latest extension versions, Azure Database for PostgreSQL continues to support the robust, secure, and efficient management of your database applications.
136136

137137
## dblink and postgres_fdw
138138

0 commit comments

Comments
 (0)