diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 9f60a476eb3..21a8ea42f5f 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -30252,14 +30252,6 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
function is to maintain a consistent function signature to avoid
errors when restoring statistics from previous versions.
-
- To match the behavior of and when updating relation statistics,
- pg_restore_relation_stats() does not follow MVCC
- transactional semantics (see ). New relation
- statistics may be durable even if the transaction aborts, and the
- changes are not isolated from other transactions.
-
Arguments are passed as pairs of argname
and argvalue, where