diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index 38d160d4acb..93baa3009f0 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -224,10 +224,7 @@ SELECT * FROM name;
Sequences are based on bigint> arithmetic, so the range
cannot exceed the range of an eight-byte integer
- (-9223372036854775808 to 9223372036854775807). On some older
- platforms, there might be no compiler support for eight-byte
- integers, in which case sequences use regular integer>
- arithmetic (range -2147483648 to +2147483647).
+ (-9223372036854775808 to 9223372036854775807).