9.4 release notes: adjust some entry wording
authorBruce Momjian
Sat, 21 Jun 2014 14:56:38 +0000 (10:56 -0400)
committerBruce Momjian
Sat, 21 Jun 2014 14:57:23 +0000 (10:57 -0400)
Backpatch to 9.4

doc/src/sgml/release-9.4.sgml

index 58685293229671e6465a7b35a60cbe3bd9d1fad0..0151febf9fb70da9b7738017190f2ebd535d904d 100644 (file)
@@ -96,7 +96,7 @@
       linkend="functions-formatting-table">to_timestamp()
       and to_date() format strings to consume a corresponding
       number of characters in the input string (whitespace or not), then
-      conditionally consume adjacent whitespace if not in FX
+      conditionally consume adjacent whitespace, if not in FX
       mode (Jeevan Chalke)
      
 
       
      
 
+     
+      
+       Convert NUMERICs to
+       decimal values in PL/Python
+       (Szymon Guz, Ronan Dunklau)
+      
+
+      
+       Previously these were converted to floats.
+      
+     
+
     
 
     
 
     
 
-    
-     <link linkend="plpython">PL/Python</link> Server-Side Language
-
-     
-
-      
-       
-        Convert NUMERICs
-        to decimal values in PL/Python (Szymon Guz, Ronan Dunklau)
-       
-
-       
-        Previously these were converted to floats.
-       
-      
-
-     
-
-    
-
    
 
    
 
        
         
-         Have \d display disabled system triggers (Bruce
+         Have \d show disabled system triggers (Bruce
          Momjian)
         
 
       
        
         Add pg_basebackup option 
-        to specify the pg_xlog direction location (Haribabu
+        to specify the pg_xlog directory location (Haribabu
         Kommi)