Index: contrib/pg_autovacuum/README.pg_autovacuum
===================================================================
RCS file: /cvsroot/pgsql-server/contrib/pg_autovacuum/README.pg_autovacuum,v
retrieving revision 1.5
diff -c -c -r1.5 README.pg_autovacuum
*** contrib/pg_autovacuum/README.pg_autovacuum	16 Oct 2003 03:47:28 -0000	1.5
--- contrib/pg_autovacuum/README.pg_autovacuum	9 Nov 2003 03:10:53 -0000
***************
*** 147,156 ****
  - If the number of (deletes + updates) > VacuumThreshold, then a
    vacuum analyze is performed.
  
! deleteThreshold is equal to: 
      vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
  
! insertThreshold is equal to: 
      analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
  
  The AnalyzeThreshold defaults to half of the VacuumThreshold since it
--- 147,156 ----
  - If the number of (deletes + updates) > VacuumThreshold, then a
    vacuum analyze is performed.
  
! VacuumThreshold is equal to:
      vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
  
! AnalyzeThreshold is equal to:
      analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
  
  The AnalyzeThreshold defaults to half of the VacuumThreshold since it
