Re: [GENERAL] Change SERIAL to INTEGER

2006-04-04 Thread Pedro Monjo Florit
Pandurangan R S wrote: Hi, Is there any way to change a SERIAL type to an INTEGER? I think that it should be easy, since SERIAL is, in fact, an INTEGER with some conditions. There serial column is just a integer, with default as nextval from a sequence, so there is no neccessity to change the d

Re: [GENERAL] Change SERIAL to INTEGER

2006-01-27 Thread Pandurangan R S
Hi, Is there any way to change a SERIAL type to an INTEGER? I think that it should be easy, since SERIAL is, in fact, an INTEGER with some conditions. There serial column is just a integer, with default as nextval from a sequence, so there is no neccessity to change the datatype of the column. Yo