Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 15601fa

Browse files
committed
Missing doc update for f3dae2a.
1 parent f3dae2a commit 15601fa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/src/sgml/func.sgml

-8
Original file line numberDiff line numberDiff line change
@@ -30252,14 +30252,6 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3025230252
function is to maintain a consistent function signature to avoid
3025330253
errors when restoring statistics from previous versions.
3025430254
</para>
30255-
<para>
30256-
To match the behavior of <xref linkend="sql-vacuum"/> and <xref
30257-
linkend="sql-analyze"/> when updating relation statistics,
30258-
<function>pg_restore_relation_stats()</function> does not follow MVCC
30259-
transactional semantics (see <xref linkend="mvcc"/>). New relation
30260-
statistics may be durable even if the transaction aborts, and the
30261-
changes are not isolated from other transactions.
30262-
</para>
3026330255
<para>
3026430256
Arguments are passed as pairs of <replaceable>argname</replaceable>
3026530257
and <replaceable>argvalue</replaceable>, where

0 commit comments

Comments
 (0)