pgsql: doc: Fix missing whitespace in pg_restore documentation.

2025-04-15 Thread Fujii Masao
doc: Fix missing whitespace in pg_restore documentation. Previously, a space was missing between "--exclude-schema" 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 Reviewed-by

pgsql: doc: Fix missing whitespace in pg_restore documentation.

2025-04-15 Thread Fujii Masao
doc: Fix missing whitespace in pg_restore documentation. Previously, a space was missing between "--exclude-schema" 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 Reviewed-by