Re: Datatype SERIAL incorrectly interpreted

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dogart(at)iname(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Datatype SERIAL incorrectly interpreted
Date: 2001-03-28 18:39:14
Message-ID: 18991.985804754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexis Wilke 2001-03-28 19:03:55 Please, fix!!! The backend can crash on your system!
Previous Message pgsql-bugs 2001-03-28 16:37:52 Datatype SERIAL incorrectly interpreted