aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-04-03 07:53:02 +0000
committerPeter Eisentraut <peter_e@gmx.net>2010-04-03 07:53:02 +0000
commita8af3d1a572c88112d97152d9b318624877547c2 (patch)
tree2a4a78ae959fb784e73316645b1403a038e6707c /doc/src
parent6dcce3985bd4239b02e48c0e530ab1c612864dfc (diff)
downloadpostgresql-a8af3d1a572c88112d97152d9b318624877547c2.tar.gz
postgresql-a8af3d1a572c88112d97152d9b318624877547c2.zip
Clarify documentation of to_char EEEE pattern
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 18c4e364b8d..4aa78728e3b 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $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">
<title>Functions and Operators</title>
@@ -5473,8 +5473,8 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<listitem>
<para>
<literal>EEEE</literal> (scientific notation) cannot be used in
- combination with any of the other special formatting patterns or
- modifiers, and must be at the end of the format string
+ combination with any of the other formatting patterns or
+ 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).
</para>
</listitem>