Re: [BUGS] BUG #3668: type error in serial

2012-08-29 Thread Dave Johansen
On Wednesday, October 10, 2007 2:32:17 PM UTC-7, Tom Lane wrote: > "Eric Weimer" writes: > > Creating a table with a column of type serial causes the creation of a > > sequence tied as the default value for the column. > > The actual type of the column is integer, however the sequence created is o

Re: [BUGS] BUG #3668: type error in serial

2007-10-10 Thread Tom Lane
"Eric Weimer" <[EMAIL PROTECTED]> writes: > Creating a table with a column of type serial causes the creation of a > sequence tied as the default value for the column. > The actual type of the column is integer, however the sequence created is of > type bigint. If the sequence is created as a bigin