Skip to content

Commit 251fc5c

Browse files
committed
Fix documentation
1 parent 7ad34f8 commit 251fc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ query |
114114
* `pg_show_plans.max_plan_length = 16384`: query plan maximal length in bytes.
115115
This value affects the amount of shared memory the extension asks for, the
116116
server may not start if the value is too high.
117-
* `pg_show_plans.is_enabled = true`: whether the extension is enabled at
118-
server start up.
117+
* `pg_show_plans.is_enabled = true`: enable or disable the extension by
118+
assigning to this variable.
119119

120120
*Default values are shown after '=' sign.*
121121

0 commit comments

Comments
 (0)