Remove invalid timezone entries in postgres conf

This commit is contained in:
Joshua Boniface 2021-01-26 15:20:25 -05:00
parent 97869ca5c3
commit c4c285c7b3
1 changed files with 0 additions and 2 deletions

View File

@ -9,9 +9,7 @@ dynamic_shared_memory_type = posix
random_page_cost = 1
seq_page_cost = 1
log_timezone = 'localtime'
datestyle = 'iso, dmy'
timezone = 'localtime'
lc_messages = 'en_CA.UTF-8'
lc_monetary = 'en_CA.UTF-8'