Re: Backup Server Error "might need to increase max_locks_per_transaction"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backup Server Error "might need to increase max_locks_per_transaction"
Дата
Msg-id 11242.1313098268@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backup Server Error "might need to increase max_locks_per_transaction"  ("Robert Frantz" <rfrantz@cognitronix.com>)
Список pgsql-novice
"Robert Frantz" <rfrantz@cognitronix.com> writes:
> I was able to backup this server using PGAdmin in postgresql 8.4 but now
> that I've migrated to 9.0, I get:
> pg_dump: Error message from server: ERROR:  out of shared memory
> HINT:  You might need to increase max_locks_per_transaction.

> I have tried increasing max_locks_per_transaction first to 1500, then 10000
> and then 50000 with no success.

That should fix it.  Did you remember to restart the server after
adjusting the config file entry?  ("pg_ctl reload" won't do.)
You can verify the active value with "SHOW max_locks_per_transaction".

            regards, tom lane

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

Предыдущее
От: "Robert Frantz"
Дата:
Сообщение: Backup Server Error "might need to increase max_locks_per_transaction"
Следующее
От: Jason Tan Boon Teck
Дата:
Сообщение: Alter table to add foreign key