projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9cf48a
)
doc: PG 13 relnotes: fix xref link and remove extra word
author
Bruce Momjian
Fri, 15 May 2020 12:29:57 +0000
(08:29 -0400)
committer
Bruce Momjian
Fri, 15 May 2020 12:29:57 +0000
(08:29 -0400)
doc/src/sgml/release-13.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-13.sgml
b/doc/src/sgml/release-13.sgml
index c3bb2dc9e9f8e0a0e936e90ea8a6e08b174ee85d..a15e48a5f110dfa9ccd64b5fb1008d93747f20fd 100644
(file)
--- a/
doc/src/sgml/release-13.sgml
+++ b/
doc/src/sgml/release-13.sgml
@@
-935,7
+935,7
@@
of parameter values output during statement non-error logging, and
does the
same for error statement logging. Previously, prepared statement
- parameters were not logged during errors.
error.
+ parameters were not logged during errors.
@@
-3067,7
+3067,7
@@
-->
- Allow <
link
linkend="sepgsql"/> to control access to the
+ Allow <
xref
linkend="sepgsql"/> to control access to the
TRUNCATE
command (Yuli Khodorkovskiy)