projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57b2f0
)
Remove kill mention in install docs, was for pre-7.0 releases.
author
Bruce Momjian
Tue, 18 Apr 2006 22:52:07 +0000
(22:52 +0000)
committer
Bruce Momjian
Tue, 18 Apr 2006 22:52:07 +0000
(22:52 +0000)
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index 04a21f5012a8fd6baa8ce4ac363ef35703c19f16..2bde815483fe8a31cce7c7286d1d0182cc9e36c1 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-1,4
+1,4
@@
-
+
PostgreSQL>]]>
@@
-440,19
+440,6
@@
su - postgres
works.
-
-
- Very old versions might not have
pg_ctl>. If you
- can't find it or it doesn't work, find out the process ID of the
- old server, for example by typing
-
-
ps ax | grep postmaster
-
- and signal it to stop this way:
-
-
kill -INT
processID>
-
-