Wording improvement.
authorBruce Momjian
Mon, 19 Feb 2007 22:10:52 +0000 (22:10 +0000)
committerBruce Momjian
Mon, 19 Feb 2007 22:10:52 +0000 (22:10 +0000)
doc/src/sgml/func.sgml

index 1b336ba65def0565b85e82d13fce94247d924f06..5aaf4dd2ace5e1d15a2004bf5d9bac6bc5a3c5c5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
      
       
         to_char(..., 'ID')'s day of the week numbering
-        matches the extract('isodow', ...) function.
+        matches the extract('isodow', ...) function, but
         to_char(..., 'D')'s does not match
         extract('dow', ...)'s day numbering.