pgsql: doc: Fix incorrect wording for --file in pg_dump - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix incorrect wording for --file in pg_dump
Date
Msg-id E1vHNRG-005Ss2-00@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix incorrect wording for --file in pg_dump

The documentation stated that the directory specified by --file
must not exist, but pg_dump does allow for empty directories to
be specified and used.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Bruce Momjian <bruce@momjian.us>
Discussion: https://postgr.es/m/534AA60D-CF6B-432F-9882-E9737B33D1B7@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07961ef86625be91e243f1dff8911cb1d70e443f

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pgbench: Add --continue-on-error option.
Next
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 18.1.