Skip to content

Commit f1b3cc6

Browse files
Correcting typos
1 parent 401f7de commit f1b3cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/migrate/concepts-single-to-flexible.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The following table summarizes the list of networking scenarios supported by the
216216

217217
The migration tool automatically allow lists all extensions used by your single server databases on your flexible server except for the ones whose libraries need to be loaded at the server start.
218218

219-
Use the following select command on your Single Server databases to list all the extensions that are being used.
219+
Use the following select command to list all the extensions used on your Single server databases.
220220

221221
```sql
222222
select * from pg_extension;
@@ -234,7 +234,7 @@ Check if the list contains any of the following extensions:
234234

235235
If yes, then follow the below steps.
236236

237-
Go to the server parameters blade and search for **shared_preload_libraries** parameter. Pg_cron and pg_stat_statements extensions are selected by default. Select the list of above extensions used by the single server database to this parameter and select Save.
237+
Go to the server parameters blade and search for **shared_preload_libraries** parameter. PG_CRON and PG_STAT_STATEMENTS extensions are selected by default. Select the list of above extensions used by your single server databases to this parameter and select Save.
238238

239239
:::image type="content" source="./media/concepts-single-to-flexible/shared-preload-libraries.png" alt-text="Diagram that shows allow listing of shared preload libraries on Flexible Server." lightbox="./media/concepts-single-to-flexible/shared-preload-libraries.png":::
240240

@@ -245,7 +245,7 @@ For the changes to take effect, server restart would be required.
245245
Use the **Save and Restart** option and wait for the flexible server to restart.
246246

247247
> [!NOTE]
248-
> If TIMESCALEDB, POSTGIS_TOPOLOGY, POSTGIS_TIGER_GEOCODER, POSTGRES_FDW or PG_PARTMAN extensions are used in your single server database, please raise a support request since the migration tool will not be able to migrate these extensions.
248+
> If TIMESCALEDB, POSTGIS_TOPOLOGY, POSTGIS_TIGER_GEOCODER, POSTGRES_FDW or PG_PARTMAN extensions are used in your single server, please raise a support request since the migration tool does not handle these extensions.
249249
250250
##### Create AAD users on target server
251251
> [!NOTE]

0 commit comments

Comments
 (0)