|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -5473,8 +5473,8 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); |
5473 | 5473 | <listitem> |
5474 | 5474 | <para> |
5475 | 5475 | <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 |
5478 | 5478 | (e.g., <literal>9.99EEEE</literal> is a valid pattern). |
5479 | 5479 | </para> |
5480 | 5480 | </listitem> |
|