*** pgsql/doc/src/sgml/config.sgml 2009/01/16 13:27:23 1.206 --- pgsql/doc/src/sgml/config.sgml 2009/02/09 20:57:59 1.207 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** COPY postgres_log FROM '/full/path/to/lo *** 3547,3554 **** The default is 50 tuples. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3547,3554 ---- The default is 50 tuples. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters. *************** COPY postgres_log FROM '/full/path/to/lo *** 3565,3572 **** The default is 50 tuples. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3565,3572 ---- The default is 50 tuples. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters. *************** COPY postgres_log FROM '/full/path/to/lo *** 3584,3591 **** The default is 0.2 (20% of table size). This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3584,3591 ---- The default is 0.2 (20% of table size). This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters. *************** COPY postgres_log FROM '/full/path/to/lo *** 3603,3610 **** The default is 0.1 (10% of table size). This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3603,3610 ---- The default is 0.1 (10% of table size). This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters. *************** COPY postgres_log FROM '/full/path/to/lo *** 3624,3631 **** autovacuum is otherwise disabled. The default is 200 million transactions. This parameter can only be set at server start, but the setting ! can be reduced for individual tables by entries in ! pg_autovacuum. For more information see . --- 3624,3631 ---- autovacuum is otherwise disabled. The default is 200 million transactions. This parameter can only be set at server start, but the setting ! can be reduced for individual tables by ! changing storage parameters. For more information see . *************** COPY postgres_log FROM '/full/path/to/lo *** 3645,3652 **** The default value is 20 milliseconds. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3645,3652 ---- The default value is 20 milliseconds. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters. *************** COPY postgres_log FROM '/full/path/to/lo *** 3667,3674 **** each worker never exceeds the limit on this variable. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by entries in ! pg_autovacuum. --- 3667,3674 ---- each worker never exceeds the limit on this variable. This parameter can only be set in the postgresql.conf file or on the server command line. ! This setting can be overridden for individual tables by ! changing storage parameters.