*** pgsql/doc/src/sgml/func.sgml 2009/08/16 19:55:28 1.482.2.1 --- pgsql/doc/src/sgml/func.sgml 2009/11/24 19:21:04 1.482.2.2 *************** *** 1,4 **** ! Functions and Operators --- 1,4 ---- ! Functions and Operators *************** SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1 *** 5251,5259 **** 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. --- 5251,5259 ---- 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.