This changed during pg10 development, but had not been documented.
Co-authored-by: Jonathan S. Katz
Discussion: https://postgr.es/m/
20180828163408[email protected]
more compatible with existing code.
+ Also, sequences created for SERIAL columns now generate
+ positive 32-bit wide values, whereas previous versions generated 64-bit
+ wide values. This has no visible effect if the values are only stored in
+ a column.
+
+
The output of
psql's
\d command for a
sequence has been redesigned, too.