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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: doc: Fix incorrect wording for --file in pg_dump
Date: 2025-11-27 06:33:39
Message-ID: aSfww0KpP9UY-mvO@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-27 06:58:55 pgsql: Use C11 alignas in pg_atomic_uint64 definitions
Previous Message Chao Li 2025-11-27 06:32:21 Re: pgsql: doc: Fix incorrect wording for --file in pg_dump

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-11-27 06:56:02 Re: Row pattern recognition
Previous Message Peter Smith 2025-11-27 06:32:56 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart