Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 35d3c85

Browse files
committed
The usage of kill is incorrect (lacks "data"). Anyway we should use
pg_ctl instead.
1 parent acb66fc commit 35d3c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.14 2001/09/10 07:11:28 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.15 2001/09/10 07:17:01 ishii Exp $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -407,7 +407,7 @@ pg_dumpall -p 5432 | psql -d template1 -p 6543
407407
<informalexample>
408408
<programlisting>
409409
pg_dumpall > backup
410-
kill -INT `cat /usr/local/pgsql/postmaster.pid`
410+
pg_ctl stop
411411
mv /usr/local/pgsql /usr/local/pgsql.old
412412
cd /usr/src/postgresql-7.1
413413
gmake install

0 commit comments

Comments
 (0)