[GENERAL] about serial

2003-11-14 Thread Guillaume Houssay
I am using the version 7.3.4   In some tables, I have serial to manage a unique identifier.   As an example I have a column calld id_data as a serial4.   I have in my tables 30 rows with id_data from 1 to 30   Then I delete rows with id 10 and 11. Then I vaccum the table. I create some new

Re: [GENERAL] about serial

2003-11-14 Thread Bruno Wolff III
On Fri, Nov 14, 2003 at 18:24:16 +0100, Guillaume Houssay <[EMAIL PROTECTED]> wrote: > I am using the version 7.3.4 > > In some tables, I have serial to manage a unique identifier. > > As an example I have a column calld id_data as a serial4. > > I have in my tables 30 rows with id_data from