Skip to content

Commit b2c7f48

Browse files
committed
Links
1 parent 2a81223 commit b2c7f48

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/configuration/pgdog.toml/general.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ Limit on the number of statements saved in the statement cache used to accelerat
376376

377377
Default: **`50_000`**
378378

379+
### `query_parser_enabled`
380+
381+
Force-enable query parsing to take advantage of its features in non-sharded databases, like [advisory locks](../../features/transaction-mode.md#advisory-locks) or managing [session state](../../features/transaction-mode.md#session-state).
382+
379383
## Logging
380384

381385
### `log_connections`

docs/features/sharding/sharding-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ split_inserts = "rewrite"
238238
shard_key = "rewrite"
239239
```
240240

241-
If a safe rewrite plan cannot be determined, PgDog will abort the transaction and return an error. To guarantee cross-shard atomicity of the operation, consider enabling [two-phase commit](2pc).
241+
If a safe rewrite plan cannot be determined, PgDog will abort the transaction and return an error. To guarantee cross-shard atomicity of the operation, consider enabling [two-phase commit](2pc.md).
242242

243243
## Read more
244244

0 commit comments

Comments
 (0)