Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9772e00

Browse files
committed
Wording improvement.
1 parent e3285f3 commit 9772e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.363 2007/02/19 18:20:06 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.364 2007/02/19 22:10:52 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
48464846
<listitem>
48474847
<para>
48484848
<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
48504850
<function>to_char(..., 'D')</function>'s does not match
48514851
<function>extract('dow', ...)</function>'s day numbering.
48524852
</para>

0 commit comments

Comments
 (0)