Re: Drop schema cascade fails since postgresql 8.4

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Drop schema cascade fails since postgresql 8.4
Дата
Msg-id 20090921164922.GJ29793@alvh.no-ip.org
обсуждение исходный текст
Ответ на Drop schema cascade fails since postgresql 8.4  (Cedric Berger <cedric@berger.to>)
Список pgsql-bugs
Cedric Berger wrote:

>  postgres=# drop schema hard_12 cascade
>  postgres-# ;
>  WARNING:  out of shared memory
>  ERROR:  out of shared memory
>  HINT:  You might need to increase max_locks_per_transaction.
>
> I've tried to double max_locks_per_transaction, double the values
> of SHMMAX/SHMALL, there is no difference...

Did you restart the server after raising the value?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #5053: domain constraints still leak
Следующее
От: David Fetter
Дата:
Сообщение: Re: BUG #5066: plperl issues with perl_destruct() and END blocks