'SERIAL' in pgsql - Mailing list pgsql-php

From Archana K N
Subject 'SERIAL' in pgsql
Date
Msg-id CACa6=i01-C93NyY_rvhwsi9qaU6EFSTPgnvJZ1Tq7cE3ZQaEvA@mail.gmail.com
Whole thread Raw
Responses Re: 'SERIAL' in pgsql  (Thom Brown <thom@linux.com>)
List pgsql-php

Hello,

  I have a database whose primary key is 'slno' and which is an auto increment field.I inserted some values to database say upto
" slno - 5". Then I deleted the row with 'slno' 3 . Now I want the to shift all the rows upward ie 4th row should be third and its 'slno' should also be 3. I heard that this is not possible.Is there a way to do this other than to move all rows to another database except the slno.

--
-------------------
regards
archana
--------------------

pgsql-php by date:

Previous
From: Archana K N
Date:
Subject: Re: Problem in importing database
Next
From: Thom Brown
Date:
Subject: Re: 'SERIAL' in pgsql