a small fix for Release notes 11.3
Liudmila Mantrova <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hello, Please consider a mini-patch for 11.3 release notes that fixes pg_dump-related wording and also makes Jonathan's name consistent with how it's listed in contributors list. -- Liudmila Mantrova Technical writer at Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
release-11.patch
(text/x-patch, 827 B)
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 9c06e1e..1a190f5 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -424,7 +424,7 @@ Branch: REL9_4_STABLE [8ba485422] 2019-03-23 16:51:26 -0400
<para>
<application>pg_dump</application> is also modified to emit
- <literal>SET xmloption = content</literal> while restoring data,
+ <literal>SET xmloption = content</literal>,
ensuring that dump/restore works even if the prevailing
setting is <literal>document</literal>.
</para>
@@ -864,7 +864,7 @@ Branch: REL9_4_STABLE [a82c06f40] 2019-04-24 09:05:37 +0900
-->
<para>
Tighten validation of encoded SCRAM-SHA-256 and MD5 passwords
- (Jonathan Katz)
+ (Jonathan S. Katz)
</para>
<para>