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 acb66fc commit 35d3c85Copy full SHA for 35d3c85
doc/src/sgml/backup.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.14 2001/09/10 07:11:28 ishii Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.15 2001/09/10 07:17:01 ishii Exp $ -->
2
<chapter id="backup">
3
<title>Backup and Restore</title>
4
@@ -407,7 +407,7 @@ pg_dumpall -p 5432 | psql -d template1 -p 6543
407
<informalexample>
408
<programlisting>
409
pg_dumpall > backup
410
-kill -INT `cat /usr/local/pgsql/postmaster.pid`
+pg_ctl stop
411
mv /usr/local/pgsql /usr/local/pgsql.old
412
cd /usr/src/postgresql-7.1
413
gmake install
0 commit comments