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

From Daniel Gustafsson
Subject Re: pgsql: doc: Fix incorrect wording for --file in pg_dump
Date
Msg-id 727DA248-AD56-4911-97DC-15F634F5CEFA@postgresql.org
Whole thread Raw
In response to Re: pgsql: doc: Fix incorrect wording for --file in pg_dump  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
> On 27 Nov 2025, at 07:33, Michael Paquier <michael@paquier.xyz> wrote:
> 
> On Thu, Nov 27, 2025 at 06:48:56AM +0100, Erik Rijkers wrote:
>> In doc/src/sgml/ref/pg_dump.sgml, a tiny typo:
>> 
>> "unless the directory exist and is empty." should be
>> "unless the directory exists and is empty."
>> 
>> i.e., 'exists': because 'directory' is singular.
> 
> Indeed, good catch.  Daniel will very likely show up.  If not, I'll go
> apply a fix.

Done, sorry for the delay.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Miłosz Bieniek
Date:
Subject: [PATCH] Add `headerscheck` run_target to meson
Next
From: Aleksander Alekseev
Date:
Subject: Re: change default default_toast_compression to lz4?