diff options
author | Nathan Bossart <nathan@postgresql.org> | 2025-04-11 10:05:32 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2025-04-11 10:05:32 -0500 |
commit | 5822bf21d50eb3a4938066951727294e3d33ca6c (patch) | |
tree | 620f8d1c58d4bd1d9bc8db4bb3a551b2947d51c4 | |
parent | 914ea1c93c0e446a0cd174497fd6a22fd6071c5e (diff) | |
download | postgresql-5822bf21d50eb3a4938066951727294e3d33ca6c.tar.gz postgresql-5822bf21d50eb3a4938066951727294e3d33ca6c.zip |
Add missing space in pg_restore documentation.
Oversight in commit 1495eff7bd.
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index f14e5866f6c..0ba68ad5305 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -55,7 +55,7 @@ PostgreSQL documentation If a database name is specified, <application>pg_restore</application> connects to that database and restores archive contents directly into the database. - When restoring from a dump made by<application>pg_dumpall</application>, + When restoring from a dump made by <application>pg_dumpall</application>, each database will be created and then the restoration will be run in that database. |