mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
doc: Fix typo in pg_restore_*_stats function documentation
Fix accidental typo from d32d146399, s/intepretation/interpretation/
This commit is contained in:
parent
aa1e898dea
commit
0fe173680e
1 changed files with 2 additions and 2 deletions
|
|
@ -30294,7 +30294,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a
|
|||
Additionally, this function supports argument name
|
||||
<literal>version</literal> of type <type>integer</type>, which
|
||||
specifies the version from which the statistics originated, improving
|
||||
intepretation of older statistics.
|
||||
interpretation of older statistics.
|
||||
</para>
|
||||
<para>
|
||||
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
|
|||
Additionally, this function supports argument name
|
||||
<literal>version</literal> of type <type>integer</type>, which
|
||||
specifies the version from which the statistics originated, improving
|
||||
intepretation of older statistics.
|
||||
interpretation of older statistics.
|
||||
</para>
|
||||
<para>
|
||||
For example, to set the <structname>avg_width</structname> and
|
||||
|
|
|
|||
Loading…
Reference in a new issue