File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 335
335
<para>
336
336
Rename <link
337
337
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link><structname>.procpid</>
338
- to <literal >pid</>, to match other system tables (Magnus Hagander)
338
+ to <structname >pid</>, to match other system tables (Magnus Hagander)
339
339
</para>
340
340
</listitem>
341
341
347
347
</para>
348
348
349
349
<para>
350
- The previous query values are preserved, allowing for enhanced
351
- analysis.
350
+ The last query values are preserved, allowing for enhanced analysis.
351
+ </para>
352
+ </listitem>
353
+
354
+ <listitem>
355
+ <para>
356
+ Rename <structname>pg_stat_activity.current_query</> to
357
+ <structname>query</> because it is not cleared when the query
358
+ completes (Magnus Hagander)
352
359
</para>
353
360
</listitem>
354
361
You can’t perform that action at this time.
0 commit comments