projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
1e5e4ef
)
Mention change of width of values generated by SERIAL sequences
author
Alvaro Herrera
<
[email protected]
>
Thu, 30 Aug 2018 08:39:56 +0000
(
05:39
-0300)
committer
Alvaro Herrera
<
[email protected]
>
Thu, 30 Aug 2018 08:42:46 +0000
(
05:42
-0300)
This changed during pg10 development, but had not been documented.
Co-authored-by: Jonathan S. Katz <
[email protected]
>
Discussion: https://postgr.es/m/
20180828163408
[email protected]
doc/src/sgml/release-10.sgml
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-10.sgml
b/doc/src/sgml/release-10.sgml
index f1b0f2e0bfd7c9acfb570f667f7dc0f6a2a48a90..b5bf035abd3837a5670cdeab59cd20fbc7313d9f 100644
(file)
--- a/
doc/src/sgml/release-10.sgml
+++ b/
doc/src/sgml/release-10.sgml
@@
-4716,6
+4716,13
@@
Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
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.