Commit 9772e000 authored by Bruce Momjian's avatar Bruce Momjian

Wording improvement.

parent e3285f32
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.363 2007/02/19 18:20:06 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.364 2007/02/19 22:10:52 momjian Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); ...@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<listitem> <listitem>
<para> <para>
<function>to_char(..., 'ID')</function>'s day of the week numbering <function>to_char(..., 'ID')</function>'s day of the week numbering
matches the <function>extract('isodow', ...)</function> function. matches the <function>extract('isodow', ...)</function> function, but
<function>to_char(..., 'D')</function>'s does not match <function>to_char(..., 'D')</function>'s does not match
<function>extract('dow', ...)</function>'s day numbering. <function>extract('dow', ...)</function>'s day numbering.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment