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

Commit 0fe1736

Browse files
doc: Fix typo in pg_restore_*_stats function documentation
Fix accidental typo from d32d146, s/intepretation/interpretation/
1 parent aa1e898 commit 0fe1736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30294,7 +30294,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a
3029430294
Additionally, this function supports argument name
3029530295
<literal>version</literal> of type <type>integer</type>, which
3029630296
specifies the version from which the statistics originated, improving
30297-
intepretation of older statistics.
30297+
interpretation of older statistics.
3029830298
</para>
3029930299
<para>
3030030300
For example, to set the <structname>relpages</structname> and
@@ -30414,7 +30414,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a
3041430414
Additionally, this function supports argument name
3041530415
<literal>version</literal> of type <type>integer</type>, which
3041630416
specifies the version from which the statistics originated, improving
30417-
intepretation of older statistics.
30417+
interpretation of older statistics.
3041830418
</para>
3041930419
<para>
3042030420
For example, to set the <structname>avg_width</structname> and

0 commit comments

Comments
 (0)