Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6a79c5

Browse files
committed
Fix syntax in extract() examples
Author: Erik Rijkers <er@xs4all.nl>
1 parent14cc1ed commitf6a79c5

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)

[8]ページ先頭

©2009-2025 Movatter.jp