autovacuum = on checkpoint_segments = 10 datestyle = 'iso, mdy' escape_string_warning = off external_pid_file = '/var/run/postgresql/8.2-main.pid' hba_file = '/etc/postgresql/8.2/main/pg_hba.conf' ident_file = '/etc/postgresql/8.2/main/pg_ident.conf' lc_messages = 'en_US.UTF-8' lc_monetary = 'en_US.UTF-8' lc_numeric = 'en_US.UTF-8' lc_time = 'en_US.UTF-8' listen_addresses = '*' log_line_prefix = '%p %c %t ' log_min_duration_statement = -1 log_statement = 'none' maintenance_work_mem = 256MB max_connections = 150 max_fsm_pages = 153600 port = 5432 shared_buffers = 5000MB ssl = false statement_timeout = 0 stats_block_level = on stats_command_string = on stats_row_level = on stats_start_collector = on temp_buffers = 8MB timezone = 'Europe/Oslo' unix_socket_directory = '/var/run/postgresql' update_process_title = on work_mem = 10MB