Re: pgsql functions and transactions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql functions and transactions?
Дата
Msg-id 5564.1093576152@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql functions and transactions?  (Betsy Barker <betsy.barker@supportservicesinc.com>)
Ответы Re: pgsql functions and transactions?  (Betsy Barker <betsy.barker@supportservicesinc.com>)
Список pgsql-novice
Betsy Barker <betsy.barker@supportservicesinc.com> writes:
> WARNING:  ShmemAlloc: out of memory
> WARNING:  Error occurred while executing PL/pgSQL function get_facility_percentiles
> WARNING:  line 37 at execute statement
> ERROR:  LockAcquire: lock table 1 is out of memory

Hmm, are you touching a whole lot of different tables in one
transaction?  If so you may need to raise the max_locks_per_transaction
parameter.

If that doesn't help, we need more details about what you're doing.

            regards, tom lane

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

Предыдущее
От: "Luiz K. Matsumura"
Дата:
Сообщение: Re: DISTINCT ordering
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: pgsql functions and transactions?