pgsql: doc: Fix incorrect wording for --file in pg_dump

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix incorrect wording for --file in pg_dump
Date: 2025-11-07 14:27:42
Message-ID: E1vHNRG-005Ss2-00@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(at)yesql(dot)se>
Reviewed-by: Bruce Momjian <bruce(at)momjian(dot)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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-11-07 19:56:41 pgsql: First-draft release notes for 18.1.
Previous Message Fujii Masao 2025-11-07 10:20:09 pgsql: pgbench: Add --continue-on-error option.

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2025-11-07 14:28:06 Xlogprefetcher: Use atomic add for increment counter
Previous Message Akshay Joshi 2025-11-07 14:27:06 Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement