浏览代码

Clarify NEWS on database "all" dump feature applying to MySQL as well.

Dan Helfman 2 年之前
父节点
当前提交
4a90e090ad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      NEWS

+ 2 - 2
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.