Fix some markup problems.
authorTom Lane
Sat, 21 Jun 2003 19:33:36 +0000 (19:33 +0000)
committerTom Lane
Sat, 21 Jun 2003 19:33:36 +0000 (19:33 +0000)
doc/src/sgml/ref/set.sgml

index 170afd13dae039307bda34bc66c949468e08982d..a394820b7f1e26eb1be7c1293fdcb656b97b87df 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { timezone
      NAMES
      
       
-       >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).