diff options
author | Daniel Gustafsson | 2024-10-25 12:00:13 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2024-10-25 12:00:13 +0000 |
commit | 0fe173680e148984a150326b80c322a91ffa899d (patch) | |
tree | b6ad120c1c09723480a9577f733bd6c618dbfeed /doc/src | |
parent | aa1e898dea666629bb5314fd25445545b9eb7b27 (diff) |
doc: Fix typo in pg_restore_*_stats function documentation
Fix accidental typo from d32d146399, s/intepretation/interpretation/
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 58dc06b68b8..7be0324ac87 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 |