Re: pg_dump and ON DELETE CASCADE problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump and ON DELETE CASCADE problem
Дата
Msg-id 7883.1261157071@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump and ON DELETE CASCADE problem  (Adrian Klaver <aklaver@comcast.net>)
Список pgsql-general
Adrian Klaver <aklaver@comcast.net> writes:
> On Thursday 17 December 2009 6:39:45 pm CG wrote:
>> CREATE INDEX packet_search_trigram_packet_uuid_idx
>> ON dpo.packet_search_trigram
>> USING hash
>> (packet_uuid);

> You might want to take a look at upgrading to 8.4.2 per this from the release
> notes:

Actually, what I'd recommend is dropping that hash index and replacing
it with regular btree.  And the same for any other hash indexes you
have.  Hash indexes simply are not production grade (yet).

            regards, tom lane

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump and ON DELETE CASCADE problem
Следующее
От: "Little, Douglas"
Дата:
Сообщение: column level encryption & select rules