File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
articles/postgresql/flexible-server Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -538,12 +538,11 @@ Using the [Azure portal](https://portal.azure.com/):
538
538
6 . After the notification, ** restart** the server to apply these changes.
539
539
540
540
541
- You can now enable TimescaleDB in your Postgres database. Connect to the database and issue the following command:
541
+ You can now enable pg_hint_plan your Postgres database. Connect to the database and issue the following command:
542
542
``` sql
543
- CREATE EXTENSION IF NOT EXISTS pg_hint_plan CASCADE ;
543
+ CREATE EXTENSION pg_hint_plan ;
544
544
```
545
- > [ !TIP]
546
- > If you see an error, confirm that you [ restarted your server] ( how-to-restart-server-portal.md ) after saving shared_preload_libraries.
545
+
547
546
548
547
## Next steps
549
548
You can’t perform that action at this time.
0 commit comments