cleanup formatting
[online_analyze.git] / README.online_analyze
index eb95307..3bb942c 100644 (file)
@@ -1,7 +1,7 @@
 Module makes an analyze call immediately after INSERT/UPDATE/DELETE/SELECT INTO
 for affected table(s).
 
-Supported versionsi of PostgreSQL: 8.4.*, 9.0.*, 9.1.*
+Supported versions of PostgreSQL: 8.4.*, 9.0.*, 9.1.*, 9.2.*, 9.3.*, 9.4*
 
 Usage: LOAD 'online_analyze';
 
@@ -24,7 +24,7 @@ online_analyze.min_interval = 10000
     Minimum time interval between analyze call per table (in milliseconds)
 
 online_analyze.table_type = "all"
-       Type(s) of table for onlyne analyze: all, persistent, temporary, none
+       Type(s) of table for online analyze: all, persistent, temporary, none
 
 online_analyze.exclude_tables = ""
        List of tables which will not online analyze