diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1b336ba65de..5aaf4dd2ace 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.