We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad34f8 commit 251fc5cCopy full SHA for 251fc5c
README.md
@@ -114,8 +114,8 @@ query |
114
* `pg_show_plans.max_plan_length = 16384`: query plan maximal length in bytes.
115
This value affects the amount of shared memory the extension asks for, the
116
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.
+* `pg_show_plans.is_enabled = true`: enable or disable the extension by
+ assigning to this variable.
119
120
*Default values are shown after '=' sign.*
121
0 commit comments