From: Bruce Momjian Date: Mon, 19 Feb 2007 22:10:52 +0000 (+0000) Subject: Wording improvement. X-Git-Tag: REL9_0_0~6026 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9772e0007c287ccd374410ce7b45b29c54d6aad5;p=pg-rex%2Fsyncrep.git Wording improvement. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1b336ba65d..5aaf4dd2ac 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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.