We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf3dae2a commit15601faCopy full SHA for 15601fa
doc/src/sgml/func.sgml
@@ -30252,14 +30252,6 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
30252
function is to maintain a consistent function signature to avoid
30253
errors when restoring statistics from previous versions.
30254
</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>
30263
<para>
30264
Arguments are passed as pairs of <replaceable>argname</replaceable>
30265
and <replaceable>argvalue</replaceable>, where