Skip to content

Commit 787ae0d

Browse files
committed
wrong
1 parent 7914b31 commit 787ae0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/features/transaction-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ If your PgDog deployment is unsharded and isn't using the [load balancer](load-b
119119
=== "pgdog.toml"
120120
```toml
121121
[general]
122-
query_parser = "session_state_and_locks"
122+
query_parser = "session_control_and_locks"
123123
```
124124
=== "Helm chart"
125125
```yaml
126-
queryParser: session_state_and_locks
126+
queryParser: session_control_and_locks
127127
```
128128

129129
This will scan all incoming queries for `pg_advisory_*` functions and selectively enable the query parser to handle them correctly.

0 commit comments

Comments
 (0)