We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de764c3 commit 4347e30Copy full SHA for 4347e30
articles/postgresql/migrate/concepts-single-to-flexible.md
@@ -249,9 +249,11 @@ The changes to this server parameter would require a server restart to come into
249
250
Use the **Save and Restart** option and wait for the postgresql server to restart.
251
252
-> [!NOTE]
253
-> The following pre-requisite is applicable only for flexible servers on which the migration of users/roles functionality is enabled.
+
254
##### Create AAD users on target server
+> [!NOTE]
255
+> This pre-requisite is applicable only for flexible servers on which the migration of users/roles functionality is enabled.
256
257
Execute the following query on your source server to get the list of AAD users.
258
```sql
259
SELECT r.rolname
0 commit comments