More minor updates and copy-editing.
authorTom Lane
Thu, 6 Jan 2005 01:49:24 +0000 (01:49 +0000)
committerTom Lane
Thu, 6 Jan 2005 01:49:24 +0000 (01:49 +0000)
doc/src/sgml/cvs.sgml
doc/src/sgml/errcodes.sgml
doc/src/sgml/release.sgml

index d29b58cb55787c2f107970024a4642efd366a91f..df2245e1fcddd347348fa4082c05ebc4d9ad81c6 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -227,8 +227,8 @@ $ cvs checkout -r REL6_4 tc
 
    
     
-     For creating a release branch, other then a
-     -b option added to the command, it's the same thing.
+     For creating a release branch, other than a
+     -b option added to the command, it's the same thing.
    
   
 
@@ -317,7 +317,7 @@ cvs commit
 
    
     Two directory areas are required for CVSup
-    to do it's job: a local CVS repository
+    to do its job: a local CVS repository
     (or simply a directory area if you are fetching a snapshot rather
     than a repository; see below)
     and a local CVSup bookkeeping
index 1df05a8b6bd96a8cf1e56c972fdd85507a5aa56c..ad556d01516238d9fe2cc7a62f834cb5021d42b4 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <productname>PostgreSQL</productname> Error Codes
@@ -46,7 +46,9 @@
   same as the phrase shown in the table, with underscores substituted
   for spaces.  For example, code 22012, DIVISION BY ZERO,
   has condition name DIVISION_BY_ZERO.  Condition names can
-  be written in either upper or lower case.
+  be written in either upper or lower case.  (Note that
+  PL/pgSQL does not recognize warning, as opposed to error,
+  condition names; those are classes 00, 01, and 02.)
  
 
 
index 4240149cea24a45dd107e1c665ed8ad7de83659c..fe77a978b8cef9f85d49020eee7ddb1dd1e4ffa6 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
 
   
    Release date
-   2004-??-??, current as of 2004-11-21
+   2005-??-??, current as of 2004-11-21
   
 
   
@@ -55,7 +55,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
         Previous releases required the Unix emulation toolkit
         Cygwin in order to run the server on Windows
         operating systems.  PostgreSQL has
-        always supported clients on Windows.
+        supported native clients on Windows for many years.
        
       
      
@@ -275,7 +275,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
      
       
        The arithmetic operators associated with the single-byte
-       "char" data type has been removed.
+       "char" data type have been removed.
       
      
 
@@ -312,8 +312,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
        The JDBC client interface has been removed from the core
       distribution, and is now hosted at 
       "http://jdbc.postgresql.org">http://jdbc.postgresql.org.
-      The TCL client interface has also been removed. There are several
-      TCL interfaces now hosted at 
+      The Tcl client interface has also been removed. There are several
+      Tcl interfaces now hosted at 
       "http://gborg.postgresql.org">http://gborg.postgresql.org.
       
      
@@ -922,7 +922,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
       Make CASE val WHEN compval1 THEN ... evaluate val only once (Tom)
      
      
-      
+      
       times. This has benefits when the expression is complex or is
       volatile.