Skip to content

Commit 786b2a3

Browse files
committed
Update concepts-extensions.md
1 parent 35f6869 commit 786b2a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,11 @@ Using the [Azure portal](https://portal.azure.com/):
538538
6. After the notification, **restart** the server to apply these changes.
539539

540540

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:
542542
```sql
543-
CREATE EXTENSION IF NOT EXISTS pg_hint_plan CASCADE;
543+
CREATE EXTENSION pg_hint_plan ;
544544
```
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+
547546

548547
## Next steps
549548

0 commit comments

Comments
 (0)