{

$OUT =<<END
datestyle = 'iso, dmy'
timezone = 'UTC'
lc_messages = 'C'			# locale for system error message
lc_monetary = 'en_US'			# locale for monetary formatting
lc_numeric = 'en_US'			# locale for number formatting
lc_time = 'en_US'				# locale for time formatting
default_text_search_config = 'pg_catalog.english'
END

}