Skip to content

Commit b871dca

Browse files
committed
fix
1 parent ee2ff90 commit b871dca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,7 @@ Example:
388388
```
389389
The above example causes the planner to use the results of a `seq scan` on the table a to be combined with table b as a `hash join`.
390390

391-
392-
<<<<<<< HEAD
393391
To install pg_hint_plan, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), you need to include it in the server's shared preload libraries. A change to Postgres's `shared_preload_libraries` parameter requires a **server restart** to take effect. You can change parameters using the [Azure portal](how-to-configure-server-parameters-using-portal.md) or the [Azure CLI](how-to-configure-server-parameters-using-cli.md).
394-
=======
395-
To install pg_hint_plan, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), you need to include it in the server's shared preload libraries. A change to the Azure Database for PostgreSQL flexible server `shared_preload_libraries` parameter requires a **server restart** to take effect. You can change parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md) or the [Azure CLI](howto-configure-server-parameters-using-cli.md).
396-
>>>>>>> e0ac26000c31cbcf5642e2d9a2455046ae9a356f
397-
398392
Using the [Azure portal](https://portal.azure.com/):
399393

400394
1. Select your Azure Database for PostgreSQL flexible server instance.

0 commit comments

Comments
 (0)