pgsql: doc: Fix missing whitespace in pg_restore documentation.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix missing whitespace in pg_restore documentation.
Date: 2025-04-15 14:17:19
Message-ID: E1u4h6E-000Bed-2p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix missing whitespace in pg_restore documentation.

Previously, a space was missing between "<option>--exclude-schema</option>"
and "for" in the pg_restore documentation. This commit fixes the typo by
adding the missing whitespace.

Back-patch to v17 where the typo was added.

Author: Lele Gaifax <lele(at)metapensiero(dot)it>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/87lds3ysm0.fsf@metapensiero.it
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1b1dc81649a2d359f74553ebe2ecdd1d2d6e9bfe

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-15 16:08:51 pgsql: Fix failure for generated column with a not-null domain constrai
Previous Message Fujii Masao 2025-04-15 14:17:00 pgsql: doc: Fix missing whitespace in pg_restore documentation.