Commit a92df3a2 authored by Tom Lane's avatar Tom Lane

Fix example of doing a restore.

parent e5cf1a8a
<!--
$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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment