From: Alvaro Herrera Date: Thu, 13 Jul 2017 22:14:01 +0000 (-0400) Subject: Fix typo in v10 release notes X-Git-Tag: REL_10_BETA3~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2036f71b751152e443beecfdd8bffbb4e17447c2;p=thirdparty%2Fpostgresql.git Fix typo in v10 release notes The new functions return a list of files in the corresponding directory, not the name of the directory itself. Pointed out by Gianni Ciolli. --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index debaa800993..5df4a2716ba 100644 --- 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 - names (Dave Page) + contents (Dave Page)