Fix a handful of typos in the release notes introduced by Bruce's recent
authorNeil Conway
Thu, 11 Nov 2004 04:11:07 +0000 (04:11 +0000)
committerNeil Conway
Thu, 11 Nov 2004 04:11:07 +0000 (04:11 +0000)
commit. Per Gavin Sherry.

doc/src/sgml/release.sgml

index 62db0f561c27d04bd92cb57dd6818b934ad46f3c..f445df5aa515d5b3f386355584f14d8646434ccf 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -301,7 +301,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
        writes to the query's stdin/stdout, rather than
        psql's stdin/stdout. The previous
        behavior can be accessed via new
-       >
+       
       
      
 
@@ -395,7 +395,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
      
       CIDR values now must have their non-masked bits be zero.
       For example, we no longer allow
-      204.248.199.1/31 as a CIDR>/> value. Such
+      204.248.199.1/31 as a CIDR</> value. Such
       values should never have been accepted by
       PostgreSQL and will now be rejected.
      
@@ -1409,7 +1409,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
 
     
      
-      >to_char>/>/to_date() date conversion
+      to_char</>/to_date() date conversion
       improvements (Kurt Roeckx, Fabien Coelho)
      
     
@@ -1439,7 +1439,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
     
      
       Allow
-      int2/int4/int8/float4/float8>/> 
+      int2/int4/int8/float4/float8</> 
       input routines to have leading or trailing whitespace
       (Neil)
      
@@ -1464,8 +1464,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
 
     
      
-      Fix to_char for 1 BC (previously it returned
-      1 AD) (Bruce)
+      Fix to_char for 1 BC
+      (previously it returned 1 AD) (Bruce)