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

Commit f6a79c5

Browse files
committed
Fix syntax in extract() examples
Author: Erik Rijkers <er@xs4all.nl>
1 parent 14cc1ed commit f6a79c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -5274,9 +5274,9 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
52745274
<listitem>
52755275
<para>
52765276
<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
52785278
<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.
52805280
</para>
52815281
</listitem>
52825282

0 commit comments

Comments
 (0)