From 0fe173680e148984a150326b80c322a91ffa899d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 25 Oct 2024 14:00:13 +0200 Subject: [PATCH] doc: Fix typo in pg_restore_*_stats function documentation Fix accidental typo from d32d146399, s/intepretation/interpretation/ --- doc/src/sgml/func.sgml | 4 ++-- 1 file 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 version of type integer, which specifies the version from which the statistics originated, improving - intepretation of older statistics. + interpretation of older statistics. For example, to set the relpages 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 version of type integer, which specifies the version from which the statistics originated, improving - intepretation of older statistics. + interpretation of older statistics. For example, to set the avg_width and -- 2.30.2