Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35d3c85

Browse files
committed
The usage of kill is incorrect (lacks "data"). Anyway we should use
pg_ctl instead.
1 parentacb66fc commit35d3c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp