Fix cross-references, update examples, copy-edit.
authorTom Lane
Sat, 8 Apr 2000 02:39:02 +0000 (02:39 +0000)
committerTom Lane
Sat, 8 Apr 2000 02:39:02 +0000 (02:39 +0000)
doc/src/sgml/ref/reset.sgml
doc/src/sgml/ref/show.sgml

index 3630fcc54babfbd77f3a49b11bcfd567c68d7a81..e8f98aba3b5eaa2f804356b76bc99e3a382c448f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -41,8 +41,7 @@ RESET variable
        
    Refer to
    
-   for more information on available
-   variables.
+   for more information on available variables.
        
       
      
@@ -68,7 +67,7 @@ RESET VARIABLE
        
    Message returned if 
    variable is successfully reset
-   to its default value..
+   to its default value.
        
       
      
@@ -85,7 +84,7 @@ RESET VARIABLE
    Description
   
   
-   RESET restores variables to the
+   RESET restores variables to their
    default values.
    Refer to
    
@@ -106,12 +105,7 @@ SET variable = DEFAULT
    
 
    
-    RESET is a Postgres
-    language extension.
-   
-
-   
-    Use to
+    See also
      and
     
     to manipulate variable values.
index 39fbde16ae0c3434ca5b46327e15493cdff8a38d..7cacd634e7bb75635766066cedfe5575bdb1a8d2 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -40,8 +40,9 @@ SHOW keyword
       keyword
       
        
-   Refer to SET for more information on available
-   arguments.
+   Refer to
+   
+   for more information on available variables.
        
       
      
@@ -62,7 +63,6 @@ SHOW keyword
      
       
 NOTICE: variable is value
-SHOW VARIABLE
        
       
        
@@ -76,7 +76,7 @@ NOTICE:  Unrecognized variable value
        
       
        
-   Message returned if value does not exist.
+   Message returned if variable does not exist.
        
       
      
@@ -84,7 +84,6 @@ NOTICE:  Unrecognized variable value
      
       
 NOTICE:  Time zone is unknown
-SHOW VARIABLE
        
       
        
@@ -125,12 +124,10 @@ SHOW VARIABLE
     Notes
    
    
-    SHOW is a Postgres
-    language extension.
-   
-   
-    Refer to  SET/RESET 
-    to set/reset variable values.
+    See also
+     and
+    
+    to manipulate variable values.
    
   
  
@@ -144,7 +141,7 @@ SHOW VARIABLE
 
    
 SHOW DateStyle;
-NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
+NOTICE:  DateStyle is ISO with US (NonEuropean) conventions
    
   
 
@@ -152,7 +149,7 @@ NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
    Show the current genetic optimizer (geqo) setting:
    
 SHOW GEQO;
-NOTICE:GEQO is ON
+NOTICE:  GEQO is ON beginning with 11 relations