Skip to content

Commit 84090be

Browse files
committed
Fix formatting issue due to missing `
1 parent 0f59ab4 commit 84090be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ This will be validated when the command is executed.
404404
* connection_pool_max_size -- for details, see xref:configuration/configuration-settings.adoc#config_dbms.routing.driver.connection.pool.max_size[dbms.routing.driver.connection.pool.max_size].
405405
* logging_level (For details, see xref:configuration/configuration-settings.adoc#config_dbms.routing.driver.logging.level[dbms.routing.driver.logging.level])
406406

407-
The driver settings are set in the `DRIVER` clause of the `CREATE ALIAS` or `ALTER ALIAS commands.
407+
The driver settings are set in the `DRIVER` clause of the `CREATE ALIAS` or `ALTER ALIAS` commands.
408408
For example, the following query creates a remote database alias using driver settings `connection_timeout` and
409409
`connection_pool_max_size` for connecting to the remote database `northwind-graph-2020:
410410

0 commit comments

Comments
 (0)