Commit a8af3d1a authored by Peter Eisentraut's avatar Peter Eisentraut

Clarify documentation of to_char EEEE pattern

parent 6dcce398
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.511 2010/04/03 07:22:54 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.512 2010/04/03 07:53:02 petere Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -5473,8 +5473,8 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); ...@@ -5473,8 +5473,8 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<listitem> <listitem>
<para> <para>
<literal>EEEE</literal> (scientific notation) cannot be used in <literal>EEEE</literal> (scientific notation) cannot be used in
combination with any of the other special formatting patterns or combination with any of the other formatting patterns or
modifiers, and must be at the end of the format string modifiers other than digit and decimal point patterns, and must be at the end of the format string
(e.g., <literal>9.99EEEE</literal> is a valid pattern). (e.g., <literal>9.99EEEE</literal> is a valid pattern).
</para> </para>
</listitem> </listitem>
......
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