8000 Release notes adjustments from Erik Rijkers · postgrespro/postgres_cluster@1ee9039 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ee9039

Browse files
committed
Release notes adjustments from Erik Rijkers
1 parent 5d258fe commit 1ee9039

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/src/sgml/release-9.2.sgml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<para>
336336
Rename <link
337337
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)
339339
</para>
340340
</listitem>
341341

@@ -347,8 +347,15 @@
347347
</para>
348348

349349
<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)
352359
</para>
353360
</listitem>
354361

0 commit comments

Comments
 (0)
0