|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.363 2007/02/1918:20:06 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.364 2007/02/1922:10:52 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); |
4846 | 4846 | <listitem> |
4847 | 4847 | <para> |
4848 | 4848 | <function>to_char(..., 'ID')</function>'s day of the week numbering |
4849 | | - matches the <function>extract('isodow', ...)</function> function. |
| 4849 | + matches the <function>extract('isodow', ...)</function> function, but |
4850 | 4850 | <function>to_char(..., 'D')</function>'s does not match |
4851 | 4851 | <function>extract('dow', ...)</function>'s day numbering. |
4852 | 4852 | </para> |
|