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

Commita8af3d1

Browse files
committed
Clarify documentation of to_char EEEE pattern
1 parent6dcce39 commita8af3d1

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.511 2010/04/03 07:22:54 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.512 2010/04/03 07:53:02 petere Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -5473,8 +5473,8 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
54735473
<listitem>
54745474
<para>
54755475
<literal>EEEE</literal> (scientific notation) cannot be used in
5476-
combination with any of the otherspecialformatting patterns or
5477-
modifiers, and must be at the end of the format string
5476+
combination with any of the other formatting patterns or
5477+
modifiers other than digit and decimal point patterns, and must be at the end of the format string
54785478
(e.g., <literal>9.99EEEE</literal> is a valid pattern).
54795479
</para>
54805480
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp