'SERIAL' in pgsql

Поиск
Список
Период
Сортировка
От Archana K N
Тема 'SERIAL' in pgsql
Дата
Msg-id CACa6=i01-C93NyY_rvhwsi9qaU6EFSTPgnvJZ1Tq7cE3ZQaEvA@mail.gmail.com
обсуждение исходный текст
Ответы Re: 'SERIAL' in pgsql  (Thom Brown <thom@linux.com>)
Список 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 по дате отправления:

Предыдущее
От: Archana K N
Дата:
Сообщение: Re: Problem in importing database
Следующее
От: Thom Brown
Дата:
Сообщение: Re: 'SERIAL' in pgsql