data_directory = '/data/postgresql/8.3/main' hba_file = '/etc/postgresql/8.3/main/pg_hba.conf' ident_file = '/etc/postgresql/8.3/main/pg_ident.conf' external_pid_file = '/var/run/postgresql/8.3-main.pid' listen_addresses = '127.0.0.1' port = 5432 max_connections = 100 unix_socket_directory = '/var/run/postgresql' ssl = true shared_buffers = 24MB max_fsm_pages = 153600 log_line_prefix = '%t ' log_statement = 'mod' datestyle = 'iso, mdy' lc_messages = 'en_DK.UTF-8' lc_monetary = 'en_DK.UTF-8' lc_numeric = 'en_DK.UTF-8' lc_time = 'en_DK.UTF-8' default_text_search_config = 'pg_catalog.english'