From: Tom Lane Date: Mon, 21 Oct 2002 02:11:37 +0000 (+0000) Subject: Fix example of doing a restore. X-Git-Tag: REL7_3~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a92df3a208e480292ebc9df5b9691b072efb2ed4;p=postgresql Fix example of doing a restore. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index c476dcb788..8c3e8246aa 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@ Backup and Restore @@ -419,7 +419,7 @@ cd /usr/src/postgresql-&version; gmake install initdb -D /usr/local/pgsql/data postmaster -D /usr/local/pgsql/data -psql < backup +psql template1 < backup See about ways to start and stop the