projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fc838
)
Fix typo in v10 release notes
author
Alvaro Herrera
Thu, 13 Jul 2017 22:14:01 +0000
(18:14 -0400)
committer
Alvaro Herrera
Thu, 13 Jul 2017 22:14:01 +0000
(18:14 -0400)
The new functions return a list of files in the corresponding directory,
not the name of the directory itself.
Pointed out by Gianni Ciolli.
doc/src/sgml/release-10.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-10.sgml
b/doc/src/sgml/release-10.sgml
index debaa800993dfab861c7681f69f64b747965ee3d..5df4a2716ba452c849b92f53c4f8bdfb71e10022 100644
(file)
--- a/
doc/src/sgml/release-10.sgml
+++ b/
doc/src/sgml/release-10.sgml
@@
-974,7
+974,7
@@
-->
Add functions to return the log and
WAL> directory
-
name
s (Dave Page)
+
content
s (Dave Page)