diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 170afd13da..a394820b7f 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { timezoneNAMES - >SET NAMES value is an alias for + SET NAMES value is an alias for SET client_encoding TO value. @@ -150,9 +150,9 @@ SELECT setseed(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: @@ -185,8 +185,8 @@ SELECT setseed(value); 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. @@ -194,7 +194,7 @@ SELECT setseed(value); 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).