projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3dae2a
)
Missing doc update for f3dae2ae58.
author
Jeff Davis
Tue, 25 Feb 2025 01:27:32 +0000
(17:27 -0800)
committer
Jeff Davis
Tue, 25 Feb 2025 01:27:32 +0000
(17:27 -0800)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 9f60a476eb30ca65ef13cdf4b7cc5f854dfaf2a3..21a8ea42f5fcce577c4a89183b3a5650b685a798 100644
(file)
--- 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
- linkend="sql-analyze"/> 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