Skip to content
Snippets Groups Projects
Commit adce8912 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Mention identity column feature in section on serial

parent d34a74dd
No related branches found
No related tags found
No related merge requests found
......@@ -837,6 +837,14 @@ FROM generate_series(-3.5, 3.5, 1) as x;
<secondary>and serial type</secondary>
</indexterm>
<note>
<para>
This section describes a PostgreSQL-specific way to create an
autoincrementing column. Another way is to use the SQL-standard
identity column feature, described at <xref linkend="sql-createtable">.
</para>
</note>
<para>
The data types <type>smallserial</type>, <type>serial</type> and
<type>bigserial</type> are not true types, but merely
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment