Skip to content

Commit d079708

Browse files
Merge pull request #274676 from varun-dhawan/varund-jul
[PostgreSQL] updates details for downgrading extension
2 parents 4dfcb5f + d7199d0 commit d079708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the available PostgreSQL extensions in Azure Database f
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 05/7/2024
7+
ms.date: 05/8/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -116,7 +116,7 @@ This command simplifies the management of database extensions by allowing users
116116
### Limitations
117117
While updating extensions is straightforward, there are certain limitations:
118118
- **Specific Version Selection**: The command does not support updating to intermediate versions of an extension. It will always update to the [latest available version](#extension-versions).
119-
- **Downgrading**: Azure does not currently support downgrading an extension to a previous version through a similar command. If a downgrade is necessary, it might require manual intervention or support assistance.
119+
- **Downgrading**: Does not support downgrading an extension to a previous version. If a downgrade is necessary, it might require support assistance and depends on the availability of previous version.
120120

121121
#### Viewing Installed Extensions
122122
To list the extensions currently installed on your database, use the following SQL command:

0 commit comments

Comments
 (0)