diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 7a0d4b9134d..24ad87f9109 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -8562,6 +8562,14 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
+
+
+ If the format provides fewer fractional digits than the number being
+ formatted, to_char() will round the number to
+ the specified number of fractional digits.
+
+
+
The pattern characters S, L, D,