777просмотров
13 февраля 2026 г.
Score: 855
На заметку⏰
Дефолтная таймзона БД доступна по команде
gpconfig -s timezone
Values on all segments are consistent
GUC : timezone
Master value: Europe/Moscow
Segment value: Europe/Moscow
Параметр определен в postgresql.conf Переопределить таймзону можно, используя настройки
1) глобального guc
2) зоны для бд
3) зоны для роли
4) зоны для определенной сессии Note⏰
The default time zone of the database is available by command
gpconfig -s timezone
Values on all segments are consistent
GUC : timezone
Master value: Europe/Moscow
Segment value: Europe/Moscow
The parameter is defined in postgresql.conf You can override the time zone using the settings
1) global guc
2) zone for the database
3) zone for the role
4) zone for a specific session