diff --git a/doc/src/sgml/func/func-datetime.sgml b/doc/src/sgml/func/func-datetime.sgml
index a25da4b5175..8cd7150b0d3 100644
--- a/doc/src/sgml/func/func-datetime.sgml
+++ b/doc/src/sgml/func/func-datetime.sgml
@@ -935,34 +935,34 @@
random ( mindate, maxdate )
date
-
-
- random ( mintimestamp, maxtimestamp )
- timestamp
-
-
- random ( mintimestamptz, maxtimestamptz )
- timestamptz
-
-
- Returns a random value in the range
- min <= x <= max.
-
-
- Note that these functions use the same pseudo-random number generator
- as the functions listed in ,
- and respond in the same way to calling
- setseed().
-
-
- random('1979-02-08'::date,'2025-07-03'::date)
- 1983-04-21
-
-
- random('2000-01-01'::timestamptz, now())
- 2015-09-27 09:11:33.732707+00
-
-
+
+
+ random ( mintimestamp, maxtimestamp )
+ timestamp
+
+
+ random ( mintimestamptz, maxtimestamptz )
+ timestamptz
+
+
+ Returns a random value in the range
+ min <= x <= max.
+
+
+ Note that these functions use the same pseudo-random number generator
+ as the functions listed in ,
+ and respond in the same way to calling
+ setseed().
+
+
+ random('1979-02-08'::date,'2025-07-03'::date)
+ 1983-04-21
+
+
+ random('2000-01-01'::timestamptz, now())
+ 2015-09-27 09:11:33.732707+00
+
+