NAMES
- >SET NAMES value>> is an alias for
+ SET NAMES value>> is an alias for
SET client_encoding TO value>>.
TIME ZONE
- >SET TIME ZONE value>> is an alias
+ SET TIME ZONE value>> is an alias
for SET timezone TO value>>. The
- syntax >SET TIME ZONE allows special syntax
+ syntax SET TIME ZONE allows special syntax
for the time zone specification. Here are examples of valid
values:
7
- The time zone to 7 hours offset west from UTC (equivalent
- to PDT).
+ The time zone 7 hours west from UTC (equivalent
+ to PDT). Negative values are east from UTC.
INTERVAL '08:00' HOUR TO MINUTE
- The time zone to 8 hours offset west from UTC (equivalent
+ The time zone 8 hours west from UTC (equivalent
to PST).