Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf1a8 commit a92df3aCopy full SHA for a92df3a
doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
<chapter id="backup">
5
<title>Backup and Restore</title>
@@ -419,7 +419,7 @@ cd /usr/src/postgresql-&version;
419
gmake install
420
initdb -D /usr/local/pgsql/data
421
postmaster -D /usr/local/pgsql/data
422
-psql < backup
+psql template1 < backup
423
</programlisting>
424
</informalexample>
425
See <xref linkend="runtime"> about ways to start and stop the
0 commit comments