Reported-by: Basil Bourque <basil.bourque@pobox.com>
<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