Re: reindexing keys in postgres

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: reindexing keys in postgres
Дата
Msg-id 20070406161006.671cf6eb.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на reindexing keys in postgres  ("Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>)
Список pgsql-general
In response to "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>:

> Hi,
> Lately i was searching for a way I could reindex all my keys. Primary Keys
> in particular.
> Really didn't find any manual that could guide me through.
>
> Reason i wanted to reindex my PK is that whenever i insert a record in the
> table, even though that record is unique, i get an error saying violation of
> primary key.
> So i thought of reindexing my keys.
>
> Can anyone give me pointers for the same

http://www.postgresql.org/docs/8.2/static/sql-reindex.html

--
Bill Moran
http://www.potentialtech.com

В списке pgsql-general по дате отправления:

Предыдущее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: reindexing keys in postgres
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Help!! Crash recovery