aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2025-02-24 17:27:32 -0800
committerJeff Davis <jdavis@postgresql.org>2025-02-24 17:27:32 -0800
commit15601fa21a5509b83a871c39ab98671f560da905 (patch)
tree5a0fe6679d6a9a2455610db46e3b3c45465f63ee /doc/src
parentf3dae2ae5856dec9935a51e53216400566ef8d4f (diff)
downloadpostgresql-15601fa21a5509b83a871c39ab98671f560da905.tar.gz
postgresql-15601fa21a5509b83a871c39ab98671f560da905.zip
Missing doc update for f3dae2ae58.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml8
1 files changed, 0 insertions, 8 deletions
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
@@ -30253,14 +30253,6 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
errors when restoring statistics from previous versions.
</para>
<para>
- To match the behavior of <xref linkend="sql-vacuum"/> and <xref
- linkend="sql-analyze"/> when updating relation statistics,
- <function>pg_restore_relation_stats()</function> does not follow MVCC
- transactional semantics (see <xref linkend="mvcc"/>). New relation
- statistics may be durable even if the transaction aborts, and the
- changes are not isolated from other transactions.
- </para>
- <para>
Arguments are passed as pairs of <replaceable>argname</replaceable>
and <replaceable>argvalue</replaceable>, where
<replaceable>argname</replaceable> corresponds to a named argument in