OSDN Git Service

Document that to_char('FM') removes only trailing zeros.
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Mar 2011 15:48:30 +0000 (10:48 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Mar 2011 15:48:30 +0000 (10:48 -0500)
doc/src/sgml/func.sgml

index f746ed6..da45970 100644 (file)
@@ -5446,7 +5446,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
       <tbody>
        <row>
         <entry><literal>FM</literal> prefix</entry>
-        <entry>fill mode (suppress padding blanks and zeroes)</entry>
+        <entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
         <entry><literal>FMMonth</literal></entry>
        </row>
        <row>
@@ -5812,7 +5812,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
       <tbody>
        <row>
         <entry><literal>FM</literal> prefix</entry>
-        <entry>fill mode (suppress padding blanks and zeroes)</entry>
+        <entry>fill mode (suppress padding blanks and trailing zeroes)</entry>
         <entry><literal>FM9999</literal></entry>
        </row>
        <row>