Re: Datatype SERIAL incorrectly interpreted

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: dogart@iname.com, pgsql-bugs@postgresql.org
Date: 2001-03-28T18:39:14Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> If you create a table with more than 1 SERIAL, only for the last a
> sequence is created by PostgreSQL. The other fields only set to
> INTEGER, but there is no sequence for.

This is fixed in 7.1.

			regards, tom lane