Add missing space in pg_restore documentation.

Oversight in commit 1495eff7bd.
pull/210/head
Nathan Bossart 5 months ago
parent 914ea1c93c
commit 5822bf21d5
  1. 2
      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.

Loading…
Cancel
Save