Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1f61680

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 or string values. Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/87fry6lx5s.fsf@wibble.ilmari.org
1 parent 1ae5ace commit 1f61680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/monitoring.sgml

+3-3
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-
corresponding IO operations in case <varname>track_io_timing</varname>
2863+
corresponding I/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-
The io type that the data is read from or written to:
5737+
The I/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)