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 <[email protected]> Reviewed-by: Bruce Momjian <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
