#listen_addresses = 'localhost' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all port = 7201 max_connections = 100 #superuser_reserved_connections = 2 unix_socket_directory = '/tmp/waltest' shared_buffers = 1000 # min 16 or max_connections*2, 8KB each # These settings are initialized by initdb -- they might be changed lc_messages = 'C' # locale for system error message # strings lc_monetary = 'C' # locale for monetary formatting lc_numeric = 'C' # locale for number formatting lc_time = 'C' # locale for time formatting