This changed during pg10 development, but had not been documented.
Co-authored-by: Jonathan S. Katz <jkatz@postgresql.org>
Discussion: https://postgr.es/m/
20180828163408.vl44nwetdybwffyk@alvherre.pgsql
more compatible with existing code.
</para>
+ <para>
+ Also, sequences created for <literal>SERIAL</literal> 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.
+ </para>
+
<para>
The output of <application>psql</application>'s <command>\d</command> command for a
sequence has been redesigned, too.