@@ -32,7 +32,7 @@ LOAD 'auto_explain';
32
32
that.
33
33
</para>
34
34
35
- <sect2>
35
+ <sect2 id="auto-explain-configuration-parameters" >
36
36
<title>Configuration Parameters</title>
37
37
38
38
<para>
@@ -43,7 +43,7 @@ LOAD 'auto_explain';
43
43
</para>
44
44
45
45
<variablelist>
46
- <varlistentry>
46
+ <varlistentry id="auto-explain-configuration-parameters-log-min-duration" >
47
47
<term>
48
48
<varname>auto_explain.log_min_duration</varname> (<type>integer</type>)
49
49
<indexterm>
@@ -63,7 +63,7 @@ LOAD 'auto_explain';
63
63
</listitem>
64
64
</varlistentry>
65
65
66
- <varlistentry>
66
+ <varlistentry id="auto-explain-configuration-parameters-log-parameter-max-length" >
67
67
<term>
68
68
<varname>auto_explain.log_parameter_max_length</varname> (<type>integer</type>)
69
69
<indexterm>
@@ -82,7 +82,7 @@ LOAD 'auto_explain';
82
82
</listitem>
83
83
</varlistentry>
84
84
85
- <varlistentry>
85
+ <varlistentry id="auto-explain-configuration-parameters-log-analyze" >
86
86
<term>
87
87
<varname>auto_explain.log_analyze</varname> (<type>boolean</type>)
88
88
<indexterm>
@@ -108,7 +108,7 @@ LOAD 'auto_explain';
108
108
</listitem>
109
109
</varlistentry>
110
110
111
- <varlistentry>
111
+ <varlistentry id="auto-explain-configuration-parameters-log-buffers" >
112
112
<term>
113
113
<varname>auto_explain.log_buffers</varname> (<type>boolean</type>)
114
114
<indexterm>
@@ -128,7 +128,7 @@ LOAD 'auto_explain';
128
128
</listitem>
129
129
</varlistentry>
130
130
131
- <varlistentry>
131
+ <varlistentry id="auto-explain-configuration-parameters-log-wal" >
132
132
<term>
133
133
<varname>auto_explain.log_wal</varname> (<type>boolean</type>)
134
134
<indexterm>
@@ -148,7 +148,7 @@ LOAD 'auto_explain';
148
148
</listitem>
149
149
</varlistentry>
150
150
151
- <varlistentry>
151
+ <varlistentry id="auto-explain-configuration-parameters-log-timing" >
152
152
<term>
153
153
<varname>auto_explain.log_timing</varname> (<type>boolean</type>)
154
154
<indexterm>
@@ -172,7 +172,7 @@ LOAD 'auto_explain';
172
172
</listitem>
173
173
</varlistentry>
174
174
175
- <varlistentry>
175
+ <varlistentry id="auto-explain-configuration-parameters-log-triggers" >
176
176
<term>
177
177
<varname>auto_explain.log_triggers</varname> (<type>boolean</type>)
178
178
<indexterm>
@@ -191,7 +191,7 @@ LOAD 'auto_explain';
191
191
</listitem>
192
192
</varlistentry>
193
193
194
- <varlistentry>
194
+ <varlistentry id="auto-explain-configuration-parameters-log-verbose" >
195
195
<term>
196
196
<varname>auto_explain.log_verbose</varname> (<type>boolean</type>)
197
197
<indexterm>
@@ -209,7 +209,7 @@ LOAD 'auto_explain';
209
209
</listitem>
210
210
</varlistentry>
211
211
212
- <varlistentry>
212
+ <varlistentry id="auto-explain-configuration-parameters-log-settings" >
213
213
<term>
214
214
<varname>auto_explain.log_settings</varname> (<type>boolean</type>)
215
215
<indexterm>
@@ -227,7 +227,7 @@ LOAD 'auto_explain';
227
227
</listitem>
228
228
</varlistentry>
229
229
230
- <varlistentry>
230
+ <varlistentry id="auto-explain-configuration-parameters-log-format" >
231
231
<term>
232
232
<varname>auto_explain.log_format</varname> (<type>enum</type>)
233
233
<indexterm>
@@ -245,7 +245,7 @@ LOAD 'auto_explain';
245
245
</listitem>
246
246
</varlistentry>
247
247
248
- <varlistentry>
248
+ <varlistentry id="auto-explain-configuration-parameters-log-level" >
249
249
<term>
250
250
<varname>auto_explain.log_level</varname> (<type>enum</type>)
251
251
<indexterm>
@@ -266,7 +266,7 @@ LOAD 'auto_explain';
266
266
</listitem>
267
267
</varlistentry>
268
268
269
- <varlistentry>
269
+ <varlistentry id="auto-explain-configuration-parameters-log-nested-statements" >
270
270
<term>
271
271
<varname>auto_explain.log_nested_statements</varname> (<type>boolean</type>)
272
272
<indexterm>
@@ -283,7 +283,7 @@ LOAD 'auto_explain';
283
283
</listitem>
284
284
</varlistentry>
285
285
286
- <varlistentry>
286
+ <varlistentry id="auto-explain-configuration-parameters-sample-rate" >
287
287
<term>
288
288
<varname>auto_explain.sample_rate</varname> (<type>real</type>)
289
289
<indexterm>
@@ -316,7 +316,7 @@ auto_explain.log_min_duration = '3s'
316
316
</programlisting>
317
317
</sect2>
318
318
319
- <sect2>
319
+ <sect2 id="auto-explain-example" >
320
320
<title>Example</title>
321
321
322
322
<programlisting>
@@ -348,7 +348,7 @@ LOG: duration: 3.651 ms plan:
348
348
]]></screen>
349
349
</sect2>
350
350
351
- <sect2>
351
+ <sect2 id="auto-explain-author" >
352
352
<title>Author</title>
353
353
354
354
<para>
0 commit comments