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

Commit1f61680

Browse files
committed
doc: Spell I/O consistently
The pg_stat_io and pg_stat_copy_progress view docs spelled "I/O" as "IO"or even "io" in some places when not referring to literal names orstring values.Author: Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/87fry6lx5s.fsf@wibble.ilmari.org
1 parent1ae5ace commit1f61680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
25842584
<literal>vacuum</literal>: I/O operations performed outside of shared
25852585
buffers while vacuuming and analyzing permanent relations. Temporary
25862586
table vacuums use the same local buffer pool as other temporary table
2587-
IO operations and are tracked in <varname>context</varname>
2587+
I/O operations and are tracked in <varname>context</varname>
25882588
<literal>normal</literal>.
25892589
</para>
25902590
</listitem>
@@ -2860,7 +2860,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
28602860
Columns tracking I/O time will only be non-zero when
28612861
<xref linkend="guc-track-io-timing"/> is enabled. The user should be
28622862
careful when referencing these columns in combination with their
2863-
correspondingIO operations in case <varname>track_io_timing</varname>
2863+
correspondingI/O operations in case <varname>track_io_timing</varname>
28642864
was not enabled for the entire time since the last stats reset.
28652865
</para>
28662866
</note>
@@ -5734,7 +5734,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
57345734
<structfield>type</structfield> <type>text</type>
57355735
</para>
57365736
<para>
5737-
Theio type that the data is read from or written to:
5737+
TheI/O type that the data is read from or written to:
57385738
<literal>FILE</literal>, <literal>PROGRAM</literal>,
57395739
<literal>PIPE</literal> (for <command>COPY FROM STDIN</command> and
57405740
<command>COPY TO STDOUT</command>), or <literal>CALLBACK</literal>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp