📜  timezone brasil postgresql - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:35.038000             🧑  作者: Mango

代码示例1
## Edit file
/var/lib/postgresql/data/postgresql.conf

# Update
timezone='America/Sao_Paulo'

## If you're in docker container run:
apt update
apt install nano

# Run to edit file
nano /var/lib/postgresql/data/postgresql.conf