Remove invalid timezone entries in postgres conf

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:25 -04:00
parent 0ddd11844e
commit a77e41bf7c
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'