SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }
-SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }
+SET [ SESSION | LOCAL ] TIME ZONE { value | 'value' | LOCAL | DEFAULT }
TIME ZONE
-
SET TIME ZONE value is an alias
- for SET timezone TO value. The
+
SET TIME ZONE 'value' is an alias
+ for SET timezone TO 'value'. The
syntax SET TIME ZONE allows special syntax
for the time zone specification. Here are examples of valid
values:
- See for more information
+ Time zone abbreviations are not supported by SET;
+ see for more information
about time zones.