Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite63d414

Browse files
committed
Clarify that pg_stat_activity.query has a length limit.
There was always documentation of the GUC that controlled what thelimit actually was, but previously the documentation of the fielditself made no mention of that limit.Ian Barwick
1 parent5e5986b commite63d414

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,9 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
785785
<entry>Text of this backend's most recent query. If
786786
<structfield>state</> is <literal>active</> this field shows the
787787
currently executing query. In all other states, it shows the last query
788-
that was executed.
788+
that was executed. By default the query text is truncated at 1024
789+
characters; this value can be changed via the parameter
790+
<xref linkend="guc-track-activity-query-size">.
789791
</entry>
790792
</row>
791793
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp