From 4a90e090ad53b18f327036bb98292528e0f9a47e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 26 Jan 2023 15:28:17 -0800 Subject: [PATCH] Clarify NEWS on database "all" dump feature applying to MySQL as well. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3880da269..9dca33404 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ 1.7.6 - * #393, #438, #560: Optionally dump "all" PostgreSQL databases to separate files instead of one - combined dump file, allowing more convenient restores of individual databases. You can enable + * #393, #438, #560: Optionally dump "all" PostgreSQL/MySQL databases to separate files instead of + one combined dump file, allowing more convenient restores of individual databases. You can enable this by specifying the database dump "format" option when the database is named "all". * #602: Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout. * #622: Fix traceback when include merging configuration files on ARM64.