Improve documentation. patches contributed by Mark Stosberg .
authorTatsuo Ishii <ishii at sraoss.co.jp>
Tue, 30 May 2006 14:21:19 +0000 (14:21 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Tue, 30 May 2006 14:21:19 +0000 (14:21 +0000)
README

diff --git a/README b/README
index 0b1bb790b9cf8067e6a38a97aae06cf737ac1592..4281a80af19568bbbecc0b81a561de1ed4827342 100644 (file)
--- a/README
+++ b/README
@@ -520,17 +520,16 @@ pgpool version 3.0 README
 
 9. switchover
 
-   For maintenance purpose, scheduled switching or degenration is
+   For maintenance purpose, scheduled switching or degeneration is
    supported.
 
-   $ pgpool [-f config_file] [-s {m[aster]|s[econdary]] switch
+   To send both reads and writes only to the secondary:
 
-   If [-m {s[mart]|f[ast]|i[mmediate]}] part is omitted, master goes
-   down. To stop secondary try:
+   $ pgpool [-f config_file] switch
 
-   $ pgpool [-f config_file] -s s[econdary] switch
+   To switch to using only the master: 
 
-   Note that "s[econdary]" measn "s" or "secondary".
+   $ pgpool [-f config_file] -s secondary switch
 
    If there's only one PostgreSQL server, pgpool switch will just
    restart pgpool child processes.