|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.491 2009/10/21 20:38:58 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.492 2009/11/24 19:21:15 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -5274,9 +5274,9 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
5274 | 5274 | <listitem>
|
5275 | 5275 | <para>
|
5276 | 5276 | <function>to_char(..., 'ID')</function>'s day of the week numbering
|
5277 |
| - matches the <function>extract('isodow', ...)</function> function, but |
| 5277 | + matches the <function>extract(isodow from ...)</function> function, but |
5278 | 5278 | <function>to_char(..., 'D')</function>'s does not match
|
5279 |
| - <function>extract('dow', ...)</function>'s day numbering. |
| 5279 | + <function>extract(dow from ...)</function>'s day numbering. |
5280 | 5280 | </para>
|
5281 | 5281 | </listitem>
|
5282 | 5282 |
|
|