From: Jeff Davis Date: Tue, 25 Feb 2025 01:27:32 +0000 (-0800) Subject: Missing doc update for f3dae2ae58. X-Git-Tag: REL_18_BETA1~763 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=15601fa21a5509b83a871c39ab98671f560da905;p=postgresql.git Missing doc update for f3dae2ae58. --- 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