*** pgsql/doc/src/sgml/func.sgml 2009/10/21 20:38:58 1.491 --- pgsql/doc/src/sgml/func.sgml 2009/11/24 19:21:15 1.492 *************** *** 1,4 **** ! Functions and Operators --- 1,4 ---- ! Functions and Operators *************** SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1 *** 5274,5282 **** to_char(..., 'ID')'s day of the week numbering ! matches the extract('isodow', ...) function, but to_char(..., 'D')'s does not match ! extract('dow', ...)'s day numbering. --- 5274,5282 ---- to_char(..., 'ID')'s day of the week numbering ! matches the extract(isodow from ...) function, but to_char(..., 'D')'s does not match ! extract(dow from ...)'s day numbering.