Re: Problems with PG 9.3

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Problems with PG 9.3
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17D2CB2C@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Problems with PG 9.3  (Dhruv Shukla <dhruvshukla82@gmail.com>)
Ответы Re: Problems with PG 9.3
Список pgsql-admin
Dhruv Shukla wrote:
> Right now we are doing is only logs where on each statement for a sql function we are raising an info.
> 
> This way we know which step its getting stuck. Today it got stuck on the insert statement.
> 
> And we ran the same SQL function after killing the process, it ran normal without any issues.

That sounds a lot like locking problems.

Examine pg_locks when a process gets stuck an see if it is waiting for a lock
and who is holding the lock.

Yours,
Laurenz Albe

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

Предыдущее
От: Anderson Valadares
Дата:
Сообщение: AIX GCC
Следующее
От: "liuyuanyuan"
Дата:
Сообщение: 答复: [pgadmin-hackers] OF TYPE without SCHEMA specified in TABLE creation interface