Notes
+
Use DROP SEQUENCE to remove a sequence.
+
+ 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 may be no compiler support for eight-byte integers, in which case
+ sequences use regular integer> arithmetic (range
+ -2147483648 to +2147483647).
+
+
When cache is greater than
one, each backend uses its own cache to store preallocated numbers.