minor typo fixes in CSVlog docs, per Michael Glaesemann
authorAndrew Dunstan
Sun, 19 Aug 2007 03:23:30 +0000 (03:23 +0000)
committerAndrew Dunstan
Sun, 19 Aug 2007 03:23:30 +0000 (03:23 +0000)
doc/src/sgml/config.sgml
doc/src/sgml/func.sgml

index 1f0e2005c0fdff4132c79b24716bf581536234f7..d063f6fb8aa346dd058377318cee8b299d8f0079 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
          might not appear in syslog output (a common example
          is dynamic-linker failure messages).
          This parameter can only be set at server start.
-        start_log_collector must be enabled to generate 
+        logging_collector must be enabled to generate 
         CSV logs.
        
       
index 97b7160113e7d91e9b4ccfd1f9f409aadcfafcc9..2bb1ff1d757a3e9cac6ebe83cfa98e50ae1ded47 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
@@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
    
     pg_rotate_logfile signals the log-file manager to switch
     to a new output file immediately.  This works only when the built-in
-   log collector if running, since otherwise there is no log-file manager 
+   log collector is running, since otherwise there is no log-file manager 
    subprocess.