Fix example of doing a restore.

This commit is contained in:
Tom Lane 2002-10-21 02:11:37 +00:00
parent e5cf1a8a26
commit a92df3a208
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.22 2001/11/28 20:49:09 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.23 2002/10/21 02:11:37 tgl Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
@ -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
</programlisting>
</informalexample>
See <xref linkend="runtime"> about ways to start and stop the