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 5d258fe commit 1ee9039Copy full SHA for 1ee9039
doc/src/sgml/release-9.2.sgml
@@ -335,7 +335,7 @@
335
<para>
336
Rename <link
337
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link><structname>.procpid</>
338
- to <literal>pid</>, to match other system tables (Magnus Hagander)
+ to <structname>pid</>, to match other system tables (Magnus Hagander)
339
</para>
340
</listitem>
341
@@ -347,8 +347,15 @@
347
348
349
350
- The previous query values are preserved, allowing for enhanced
351
- analysis.
+ The last query values are preserved, allowing for enhanced analysis.
+ </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)
359
360
361
0 commit comments