| 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:00 |
| Message-ID: | E1u4h5v-000Bdv-37@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | 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
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f840f8ee304cb756638fd82254e3d00150a9b409
Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2025-04-15 14:17:19 | pgsql: doc: Fix missing whitespace in pg_restore documentation. |
| Previous Message | Daniel Gustafsson | 2025-04-15 13:30:22 | pgsql: pg_combinebackup: Fix incorrect code documentation |