From ffe92d15d53625d5ae0c23f4e1984ed43614a33d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2011 10:48:30 -0500 Subject: [PATCH] Document that to_char('FM') removes only trailing zeros. --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f746ed6e90..da45970d47 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -5446,7 +5446,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); FM prefix - fill mode (suppress padding blanks and zeroes) + fill mode (suppress padding blanks and trailing zeroes) FMMonth @@ -5812,7 +5812,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); FM prefix - fill mode (suppress padding blanks and zeroes) + fill mode (suppress padding blanks and trailing zeroes) FM9999 -- 2.11.0